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 1029. Ministry

it's the reason why i get WA at #6
Posted by fang89 13 Nov 2009 11:02
i define the const variables like that:
const int N = 110;
const int M = 510;
but it should be
const int N = 110;
const int M = 510;
Re: it's the reason why i get WA at #6
Posted by Moya 3 Sep 2011 00:54
I don't think they have something different.