QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#390931 | #4884. Battleship: New Rules | zaozao_zmx | WA | 6ms | 24464kb | C++14 | 2.0kb | 2024-04-16 08:45:42 | 2024-04-16 08:45:42 |
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: 6ms
memory: 24464kb
input:
2 3 1 4 1 1 0 1 1 0 0 0 1
output:
! -1 -1 ? 1 1 ? 1 2 ? 1 3 ? 1 4 ? 3 1 ? 3 2 ? 3 3 ? 3 4 ! 2 2
result:
ok max_C=2.00, avg_C=1.00 (2 test cases)
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 24344kb
input:
100 4 1 1 0 1 1 0 0 0 1 4 1 1 0 1 1 0 0 0 1 4 1 0 1 1 0 0 0 1 -1
output:
? 1 1 ? 1 2 ? 1 3 ? 1 4 ? 3 1 ? 3 2 ? 3 3 ? 3 4 ! 2 2 ? 1 1 ? 1 2 ? 1 3 ? 1 4 ? 3 1 ? 3 2 ? 3 3 ? 3 4 ! 2 2 ? 1 1 ? 1 2 ? 1 3 ? 1 4 ? 3 1 ? 3 2 ? 3 3 ? 3 4 ! 2 1
result:
wrong output format Unexpected end of file - int32 expected (test case 3)