QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#192140 | #7516. Robot Experiment | ucup-team1319# | WA | 0ms | 3416kb | C++14 | 877b | 2023-09-30 13:42:25 | 2023-09-30 13:42:27 |
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: 3372kb
input:
2 RU
output:
4 0 0 0 1 1 0 1 1
result:
ok 5 lines
Test #2:
score: 0
Accepted
time: 0ms
memory: 3416kb
input:
4 LRUD
output:
4 0 -1 0 0 1 -1 1 0
result:
ok 5 lines
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3412kb
input:
20 LLLRLRLRLLLRLLRLRLLR
output:
8 -7 -1 -7 0 -6 -1 -6 0 -5 -1 -5 0 -4 -1 -4 0
result:
wrong answer 2nd lines differ - expected: '-6 0', found: '-7 -1'