QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#409603 | #1979. Gratitude | Diaosi | WA | 0ms | 3900kb | C++11 | 825b | 2024-05-12 12:59:59 | 2024-05-12 13:00:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3644kb
input:
1 1 C B A
output:
A
result:
ok single line: 'A'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3528kb
input:
1 2 C B A
output:
A B
result:
ok 2 lines
Test #3:
score: 0
Accepted
time: 0ms
memory: 3700kb
input:
1 3 C B A
output:
A B C
result:
ok 3 lines
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3900kb
input:
3 1 C B A A B C A B C
output:
A
result:
wrong answer 1st lines differ - expected: 'C', found: 'A'