QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#190961#7516. Robot Experimentucup-team1293#WA 22ms3704kbC++141.4kb2023-09-29 16:17:292023-09-29 16:17:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3704kb

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: 3620kb

input:

4
LRUD

output:

4
0 -1
0 0
1 -1
1 0

result:

ok 5 lines

Test #3:

score: -100
Wrong Answer
time: 22ms
memory: 3616kb

input:

20
LLLRLRLRLLLRLLRLRLLR

output:

16
-7 0
-7 1
-6 0
-6 1
-5 0
-5 1
-4 0
-4 1
-3 0
-3 1
-2 0
-2 1
-1 0
-1 1
0 0
0 1

result:

wrong answer 1st lines differ - expected: '8', found: '16'