# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
170316 | 2019-12-24T19:55:02 Z | ngmh | Prosjecni (COCI16_prosjecni) | C++11 | 2 ms | 384 KB |
#include "stdio.h" int n; int main(){ scanf("%d",&n); if(n%2==1){ for(int i = 0; i < n; i++){ for(int j = 1; j <= n; j++){ printf("%d ",n*i+j); } printf("\n"); } }else printf("-1\n"); }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 384 KB | Integer -1 violates the range [0, 1000000000] |
2 | Correct | 2 ms | 376 KB | Output is correct |
3 | Incorrect | 2 ms | 380 KB | Integer -1 violates the range [0, 1000000000] |
4 | Correct | 2 ms | 256 KB | Output is correct |
5 | Incorrect | 2 ms | 376 KB | Integer -1 violates the range [0, 1000000000] |
6 | Incorrect | 2 ms | 252 KB | Integer -1 violates the range [0, 1000000000] |
7 | Incorrect | 2 ms | 256 KB | Integer -1 violates the range [0, 1000000000] |
8 | Incorrect | 2 ms | 376 KB | Integer -1 violates the range [0, 1000000000] |
9 | Incorrect | 2 ms | 376 KB | Integer -1 violates the range [0, 1000000000] |
10 | Incorrect | 2 ms | 256 KB | Integer -1 violates the range [0, 1000000000] |