QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#738378 | #9625. 魔弹 | Kevin090228 | WA | 12ms | 91932kb | C++20 | 8.1kb | 2024-11-12 18:54:33 | 2024-11-12 18:54:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 12ms
memory: 85560kb
input:
2 RL
output:
1 1
result:
ok single line: '1 1 '
Test #2:
score: 0
Accepted
time: 11ms
memory: 91932kb
input:
4 LLRR
output:
0 24 24 0
result:
ok single line: '0 24 24 0 '
Test #3:
score: 0
Accepted
time: 12ms
memory: 85756kb
input:
4 RLRL
output:
9 6 6 9
result:
ok single line: '9 6 6 9 '
Test #4:
score: -100
Wrong Answer
time: 7ms
memory: 89896kb
input:
10 LRLRLLRRRR
output:
1088640 1088640 604800 604800 0 322560 322560 0 0 0
result:
wrong answer 1st lines differ - expected: '1088640 1088640 604800 604800 0 1935360 1935360 0 0 0', found: '1088640 1088640 604800 604800 0 322560 322560 0 0 0 '