Hi.
The problem is that I submit a problem on judge but it replay me with a compile error, I think that this error is because I use in this code the type of "__int64", I think that because when I change __int64 by "long" the problem don't make me a compile error, but the fact is that I need to work with big numbers, and I can't submit this problem with _int64 type.
I want you explain me a shape to make good this problem.
Ahh, where I can fine the C++ Judge Compiler, If I can obtain it, the problem will be resolve.
Thanksssssssssss... [/b]
I've a compile error !!!
Moderator: Board moderators
use long long
To work with large integers ( N<2^63), use long long.
Using __int64 will get compile error.
And use printf("%lld",N) to handle the data type.
Hope it helps.
Using __int64 will get compile error.
And use printf("%lld",N) to handle the data type.
Hope it helps.
Last edited by sohel on Mon Mar 29, 2004 5:01 am, edited 1 time in total.
-
- Guru
- Posts: 584
- Joined: Thu Jun 19, 2003 3:48 am
- Location: Sanok, Poland
- Contact: