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
This is the latest submission verdict.
- [2023-09-13 16:15:50]
- Judged
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [2023-09-13 16:15:48]
- Submitted
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: | ^~~