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

Two questions about the judge system
Posted by longman cheng(@Killer team of ZJU) 5 Oct 2000 14:44
1.I think that the memory limit with 1M is too small.
2.I checked msdn,they says int and long types are all 4
bytes long,and no bigger types avalible.but i think many
problems here need more than this,such as 1017.....
Re: Two questions about the judge system
Posted by Pavel Atnashev 5 Oct 2000 15:21
> 1.I think that the memory limit with 1M is too small.

It seems, that it's enough.

> 2.I checked msdn,they says int and long types are all 4
> bytes long,and no bigger types avalible.but i think many
> problems here need more than this,such as 1017.....

All problems could be, and were solved on DOS system with
Borland Pascal/C++.