|  | 
|  | 
| вернуться в форум | Really N<=1000 I don't think, that N<=1000. Because when I submit mas[1001][1001], I get WA2. But when I submit mas[2000][2000], I get ACRe: Really N<=1000 May be you use mas[i][j], where is i = 1001, j = 1001 or something like thatRe: Really N<=1000 My solution with mas[2000][2000] got WA 14 but with mas[3000][3000] got AC :) | 
 | 
|