QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#177939 | #4306. Guess Matrix | Crysfly | Compile Error | / | / | C++17 | 118b | 2023-09-13 16:15:48 | 2023-09-13 16:15:50 |
Judging History
answer
The important thing on B:
You SHOULD NOT output the answer like
! 2 2
11
00
The "correct" answer is:
!
11
00
Details
answer.code:1:1: error: ‘The’ does not name a type 1 | The important thing on B: | ^~~