QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#224735 | #5563. K.O. Kids | HuangHanSheng | WA | 14ms | 9192kb | Python3 | 321b | 2023-10-23 12:46:08 | 2023-10-23 12:46:08 |
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: 13ms
memory: 9072kb
input:
3 5 LRL
output:
5
result:
ok single line: '5'
Test #2:
score: 0
Accepted
time: 14ms
memory: 9168kb
input:
3 2 RRR
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 6ms
memory: 9076kb
input:
3 5 LLL
output:
3
result:
ok single line: '3'
Test #4:
score: 0
Accepted
time: 14ms
memory: 9068kb
input:
8 7 LLRLLLRR
output:
3
result:
ok single line: '3'
Test #5:
score: 0
Accepted
time: 14ms
memory: 9084kb
input:
5 1 LRLRL
output:
1
result:
ok single line: '1'
Test #6:
score: 0
Accepted
time: 14ms
memory: 9072kb
input:
5 1 LRLRR
output:
0
result:
ok single line: '0'
Test #7:
score: 0
Accepted
time: 14ms
memory: 9192kb
input:
5 5 LLRLL
output:
3
result:
ok single line: '3'
Test #8:
score: 0
Accepted
time: 8ms
memory: 9088kb
input:
10 10 LLRRLLRRRR
output:
4
result:
ok single line: '4'
Test #9:
score: -100
Wrong Answer
time: 10ms
memory: 9080kb
input:
10 1 LLLLRRLRRL
output:
-4
result:
wrong answer 1st lines differ - expected: '0', found: '-4'