ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

I hate microsoft compiler...
Posted by longman cheng(@Killer team of ZJU) 4 Oct 2000 13:25
I just made some modify to my code of 1009 to submit it to
1012,and get W.A,i think it is due to int overflow,so i
changed to long,unsigned long,long long(compile error),each
time it get W.A,what is the correct data type i should use?
or use string?......
sizeof(int)=?
Posted by Dmitry S. Lyubshin 4 Oct 2000 13:40
Does anybody know what is it equal to?
4
Posted by tjq(killer of zju) 4 Oct 2000 14:01
> Does anybody know what is it equal to?
Re: I hate microsoft compiler...
Posted by Pavel Atnashev 4 Oct 2000 14:40

Нечего на зеркало пенять...
can you use english, I can't understand you,
Posted by tjq(killer of zju) 4 Oct 2000 15:50
>
> Нечего на зеркал?пе?ть...
I think u should use the MAX integer, such as array [1..100] of Longint !!!!!!!!!!!!
Posted by Dinh Quang Hiep (mg9h@yahoo.com) 4 Oct 2000 23:18
> I just made some modify to my code of 1009 to submit it
to
> 1012,and get W.A,i think it is due to int overflow,so i
> changed to long,unsigned long,long long(compile
error),each
> time it get W.A,what is the correct data type i should
use?
> or use string?......
>