QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#63294 | #61. Cut Cut Cut! | Land_ER | WA | 2ms | 3344kb | C++14 | 78b | 2022-11-21 15:49:49 | 2022-11-21 15:49:50 |
Judging History
answer
#include <bits/stdc++.h>
int main(void) {
puts("1 2");
return 0;
}
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 3212kb
input:
3 3 1 2 1 3 2 3
output:
1 2
result:
ok 2 number(s): "1 2"
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3344kb
input:
8 8 1 2 1 3 1 5 2 4 2 5 3 6 4 5 7 8
output:
1 2
result:
wrong answer 2nd numbers differ - expected: '1', found: '2'