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

Discussion of Problem 1244. Gentlemen

TO ADMINS
Posted by hoan 29 Nov 2010 23:28
the judje calcute the memory wrong.
my Ac code have this line:

char dp[100+5][100000+5];

as a global array in C++.
it has about 10000Kb, but the judge calcute memory about 5000Kb.

sorry for my poor english.

Edited by author 29.11.2010 23:28