QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#77504 | #1197. Draw in Straight Lines | wlxhkk | WA | 2ms | 3484kb | C++14 | 1.8kb | 2023-02-14 22:33:54 | 2023-02-14 22:33:56 |
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: 1ms
memory: 3448kb
input:
3 3 1 2 3 .#. ### .#.
output:
10
result:
ok answer is '10'
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3484kb
input:
2 7 0 1 1 ###.### ###.###
output:
1
result:
wrong answer expected '3', found '1'