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

fang89 it's the reason why i get WA at #6 [1] // Problem 1029. Ministry 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;
I don't think they have something different.