QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#114862 | #5670. Group Guests | lpf | WA | 3ms | 13896kb | C++14 | 1.1kb | 2023-06-23 19:33:39 | 2023-06-23 19:33:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 13792kb
input:
2 4 1 2 3 4
output:
2 0
result:
ok single line: '2 0'
Test #2:
score: 0
Accepted
time: 3ms
memory: 13896kb
input:
2 3 1 2 3 1
output:
0 0
result:
ok single line: '0 0'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 13844kb
input:
5 5 1 2 2 3 2 4 5 2 5 4
output:
0 1
result:
wrong answer 1st lines differ - expected: '0 0', found: '0 1'