QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#432358 | #5077. Card Game | ucup-team572# | WA | 2ms | 8608kb | C++20 | 2.4kb | 2024-06-07 04:27:30 | 2024-06-07 04:27:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 8376kb
input:
1 3 BBB
output:
W
result:
ok single line: 'W'
Test #2:
score: 0
Accepted
time: 2ms
memory: 8372kb
input:
2 3 BBG RGR
output:
W
result:
ok single line: 'W'
Test #3:
score: 0
Accepted
time: 0ms
memory: 8608kb
input:
2 2 GG GG
output:
L
result:
ok single line: 'L'
Test #4:
score: 0
Accepted
time: 0ms
memory: 8440kb
input:
1 10 RRRRRRRRRR
output:
L
result:
ok single line: 'L'
Test #5:
score: -100
Wrong Answer
time: 2ms
memory: 8384kb
input:
1 11 BBBBBBBBBBB
output:
L
result:
wrong answer 1st lines differ - expected: 'W', found: 'L'