QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#466009 | #7227. The Magic Square | ZhangYiDe | WA | 0ms | 3620kb | C++23 | 1.4kb | 2024-07-07 14:47:29 | 2024-07-07 14:47:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3552kb
input:
2
output:
Impossible
result:
ok No solution for 2 squares
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3620kb
input:
4
output:
2 1 2 4 3
result:
wrong answer Possible or Impossible expected in answer, but 2 found