QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#666008 | #2563. Curly Racetrack | MaMengQi | WA | 1ms | 3964kb | C++20 | 4.6kb | 2024-10-22 16:15:24 | 2024-10-22 16:15:37 |
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: 0ms
memory: 3620kb
input:
4 5 4...x .2..2 .o1x. 3..3o
output:
12
result:
ok 1 number(s): "12"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3484kb
input:
2 3 4o2 3x1
output:
-1
result:
ok 1 number(s): "-1"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3964kb
input:
100 47 .....4.42..4.2....4242........o242424....o4.... 3...3........31...1......2..3...o1313.......13. .o..........2...14...........2..4........2..2.. ..................2....232.......4..13..x.41... 42...1.4....3..3...1.2.32...1...4...424..2...4. .1.3.2...242...4...4..............23........... ..x.....
output:
4682
result:
wrong answer 1st numbers differ - expected: '4166', found: '4682'