QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#125468 | #2296. Exchange Students | lmq26052003 | WA | 26ms | 102136kb | C++20 | 4.1kb | 2023-07-16 18:47:20 | 2023-07-16 18:47:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 102124kb
input:
1 279122803 279122803
output:
0
result:
ok good
Test #2:
score: 0
Accepted
time: 4ms
memory: 101900kb
input:
2 212545283 896408766 212545283 896408766
output:
0
result:
ok good
Test #3:
score: 0
Accepted
time: 11ms
memory: 102136kb
input:
4 3 1 2 4 4 2 1 3
output:
2 2 3 1 4
result:
ok good
Test #4:
score: 0
Accepted
time: 14ms
memory: 101920kb
input:
6 5 1 2 3 4 6 6 4 3 2 1 5
output:
7 2 3 3 4 4 5 2 3 3 4 2 3 1 6
result:
ok good
Test #5:
score: 0
Accepted
time: 26ms
memory: 101904kb
input:
2 2 1 1 2
output:
1 2 1
result:
ok good
Test #6:
score: -100
Wrong Answer
time: 10ms
memory: 101864kb
input:
4 3 2 2 1 2 1 2 3
output:
3 4 2 3 1 4 3
result:
wrong answer Integer 3 violates the range [4, 4]