QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#125501 | #2296. Exchange Students | lmq26052003 | WA | 24ms | 102140kb | C++20 | 4.1kb | 2023-07-16 19:26:05 | 2023-07-16 19:26:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 19ms
memory: 99852kb
input:
1 279122803 279122803
output:
0
result:
ok good
Test #2:
score: 0
Accepted
time: 18ms
memory: 101904kb
input:
2 212545283 896408766 212545283 896408766
output:
0
result:
ok good
Test #3:
score: 0
Accepted
time: 8ms
memory: 102140kb
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: 24ms
memory: 99856kb
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: 10ms
memory: 101900kb
input:
2 2 1 1 2
output:
1 2 1
result:
ok good
Test #6:
score: 0
Accepted
time: 12ms
memory: 102100kb
input:
4 3 2 2 1 2 1 2 3
output:
4 4 3 3 2 3 1 4 3
result:
ok good
Test #7:
score: 0
Accepted
time: 20ms
memory: 99916kb
input:
9 708443928 333343028 130113530 997808421 299459189 845949632 647591888 681805948 468112900 299459189 997808421 130113530 845949632 647591888 681805948 468112900 708443928 333343028
output:
13 5 4 4 2 2 1 4 5 5 6 6 7 7 8 8 9 8 7 6 5 8 6 2 4 4 8
result:
ok good
Test #8:
score: 0
Accepted
time: 11ms
memory: 101912kb
input:
3 732684994 647116406 457545388 732684994 647116406 457545388
output:
0
result:
ok good
Test #9:
score: 0
Accepted
time: 11ms
memory: 101912kb
input:
4 105385396 776935185 411665343 757889658 776935185 411665343 757889658 105385396
output:
3 1 2 2 3 3 4
result:
ok good
Test #10:
score: 0
Accepted
time: 8ms
memory: 99964kb
input:
4 1 2 2 1 2 2 1 1
output:
2 1 2 2 3
result:
ok good
Test #11:
score: -100
Wrong Answer
time: 20ms
memory: 101900kb
input:
10 1 2 1 2 1 1 2 2 2 1 1 2 2 2 2 1 1 2 1 1
output:
5 3 4 4 6 4 7 5 8 8 9
result:
wrong answer Integer 5 violates the range [8, 8]