Search found 12 matches
- Fri Jan 02, 2004 8:15 pm
- Forum: Volume 4 (400-499)
- Topic: 406 - Prime Cuts
- Replies: 187
- Views: 60416
- Fri Jan 02, 2004 8:07 pm
- Forum: Volume 4 (400-499)
- Topic: 439 - Knight Moves
- Replies: 33
- Views: 14980
- Fri Jan 02, 2004 8:05 pm
- Forum: Volume 4 (400-499)
- Topic: 406 - Prime Cuts
- Replies: 187
- Views: 60416
- Fri Jan 02, 2004 2:15 pm
- Forum: Volume 4 (400-499)
- Topic: 439 - Knight Moves
- Replies: 33
- Views: 14980
- Fri Jan 02, 2004 11:32 am
- Forum: Volume 4 (400-499)
- Topic: 439 - Knight Moves
- Replies: 33
- Views: 14980
Oh, sorry. I am getting the compile error only on OJ. At home I use Visual C#, but I am coding in C. And I have a lot of problems accepted, but in this one I am using feof(stdin) and there is where I am getting compile error (if I remove it from the code, it's OK, but then I get WA).
And I didn't ...
And I didn't ...
feof
Why am I getting compile error if i use:
[c]if(feof(stdin))
return;[/c] ?
[c]if(feof(stdin))
return;[/c] ?
- Sun Dec 21, 2003 11:32 am
- Forum: Volume 101 (10100-10199)
- Topic: 10116 - Robot Motion
- Replies: 10
- Views: 5692
- Sun Dec 21, 2003 9:03 am
- Forum: Volume 105 (10500-10599)
- Topic: 10515 - Powers Et Al.
- Replies: 124
- Views: 45255
Re: I got AC .
Nope, one digit of m and two digits of n are enough.yan4546 wrote:2 digits is not enough and 3 digits can do .
- Mon Dec 15, 2003 6:31 pm
- Forum: Volume 3 (300-399)
- Topic: 371 - Ackermann Functions
- Replies: 196
- Views: 51118
- Mon Dec 15, 2003 6:21 pm
- Forum: Volume 3 (300-399)
- Topic: 371 - Ackermann Functions
- Replies: 196
- Views: 51118
371: why SIGSEGV
Hello all!
Why am I getting SIGSEV error with this piece of code?
The largest value in the sequence will not be larger than a 32-bit C long, and I have long's in the code. What else could be wrong?
Why am I getting SIGSEV error with this piece of code?
The largest value in the sequence will not be larger than a 32-bit C long, and I have long's in the code. What else could be wrong?