QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#413971 | #8687. Toy Train Tracks | gs14004 | WA | 0ms | 3844kb | C++20 | 1005b | 2024-05-18 13:25:29 | 2024-05-18 13:25:29 |
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: 3608kb
input:
0 4
output:
LLLL
result:
ok correct, length = 4
Test #2:
score: 0
Accepted
time: 0ms
memory: 3544kb
input:
1 4
output:
LLLL
result:
ok correct, length = 4
Test #3:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
2 4
output:
LLSLLS
result:
ok correct, length = 6
Test #4:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
3 4
output:
LLSLLS
result:
ok correct, length = 6
Test #5:
score: 0
Accepted
time: 0ms
memory: 3780kb
input:
4 4
output:
LLSSLLSS
result:
ok correct, length = 8
Test #6:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
0 5
output:
LLLL
result:
ok correct, length = 4
Test #7:
score: 0
Accepted
time: 0ms
memory: 3476kb
input:
0 6
output:
LLLL
result:
ok correct, length = 4
Test #8:
score: 0
Accepted
time: 0ms
memory: 3524kb
input:
0 7
output:
LLLL
result:
ok correct, length = 4
Test #9:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
0 8
output:
LLLL
result:
ok correct, length = 4
Test #10:
score: 0
Accepted
time: 0ms
memory: 3588kb
input:
0 9
output:
LLLL
result:
ok correct, length = 4
Test #11:
score: 0
Accepted
time: 0ms
memory: 3768kb
input:
0 10
output:
LLLL
result:
ok correct, length = 4
Test #12:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
0 11
output:
LLLL
result:
ok correct, length = 4
Test #13:
score: 0
Accepted
time: 0ms
memory: 3844kb
input:
0 12
output:
LLRLLRLLRLLR
result:
ok correct, length = 12
Test #14:
score: 0
Accepted
time: 0ms
memory: 3520kb
input:
0 13
output:
LLRLLRLLRLLR
result:
ok correct, length = 12
Test #15:
score: 0
Accepted
time: 0ms
memory: 3484kb
input:
0 14
output:
LLRLLRLLRLLR
result:
ok correct, length = 12
Test #16:
score: 0
Accepted
time: 0ms
memory: 3596kb
input:
0 15
output:
LLRLLRLLRLLR
result:
ok correct, length = 12
Test #17:
score: -100
Wrong Answer
time: 0ms
memory: 3552kb
input:
0 16
output:
LLRLLRLLRLLR
result:
wrong answer your plan is valid but your solution is not optimal (length of your loop = 12, length of jury's = 16