long long int AND __int64
Posted: Mon Nov 01, 2004 6:08 pm
I am running VC++ 6.0
Is there any way I can get the 'long long int' to work in it? Currently I am using __int64 and that is working fine.
However when I change my __int64 into 'long long int' and make the relative scanf and printf changes as well, I am forced to submit my solution without testing because VC++ on my computer does not support long long int.
Allternatively is there a way to make the Online Judge work with __int64?
So basically there are 2 questions:
1) How to use the 'long long int' in VC++ 6.0 in this form i.e. without resorting to__int64
2) How to make the online judge to accept my code if I have used __int64
in it.
Thanks.
Is there any way I can get the 'long long int' to work in it? Currently I am using __int64 and that is working fine.
However when I change my __int64 into 'long long int' and make the relative scanf and printf changes as well, I am forced to submit my solution without testing because VC++ on my computer does not support long long int.
Allternatively is there a way to make the Online Judge work with __int64?
So basically there are 2 questions:
1) How to use the 'long long int' in VC++ 6.0 in this form i.e. without resorting to__int64
2) How to make the online judge to accept my code if I have used __int64
in it.
Thanks.