QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#600612 | #9224. Express Eviction | ucup-team5069# | WA | 1ms | 10068kb | C++14 | 2.2kb | 2024-09-29 17:40:42 | 2024-09-29 17:40:43 |
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: 0
Wrong Answer
time: 1ms
memory: 10068kb
input:
4 6 .##... .#.... ##.... ....#.
output:
(i,j)=1,1 1 2 3 4 (i,j)=1,2 2 7 4 8 (i,j)=1,3 7 11 8 12 (i,j)=1,4 11 15 12 16 (i,j)=1,5 15 19 16 20 (i,j)=1,6 19 23 20 24 (i,j)=2,1 3 4 27 28 (i,j)=2,2 4 8 28 31 (i,j)=2,3 8 12 31 34 (i,j)=2,4 12 16 34 37 (i,j)=2,5 16 20 37 40 (i,j)=2,6 20 24 40 43 (i,j)=3,1 27 28 46 47 (i,...
result:
wrong output format Expected integer, but "(i,j)=1,1" found