QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#400431 | #2265. Short Coding | ucup-team1005# | WA | 1ms | 3656kb | C++20 | 2.6kb | 2024-04-27 11:33:00 | 2024-04-27 11:33:01 |
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: 3656kb
input:
4 2 S# .# .# G.
output:
1 FORWARD
result:
ok correct answer!
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3592kb
input:
3 6 ##S..# #..##. .G..#.
output:
2 FORWARD LEFT
result:
wrong answer your program is not correct.