QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#97409 | #2571. Aidana and Pita | Whiteqwq# | WA | 27ms | 3964kb | C++11 | 1.2kb | 2023-04-16 18:45:27 | 2023-04-16 18:45:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 25ms
memory: 3792kb
input:
5 2 3 1 4 2
output:
2 3 3 1 2
result:
ok answer is 0
Test #2:
score: 0
Accepted
time: 26ms
memory: 3964kb
input:
6 3 2 5 3 4 2
output:
3 1 1 3 2 2
result:
ok answer is 1
Test #3:
score: 0
Accepted
time: 24ms
memory: 3784kb
input:
3 2617460 3290620 1468912
output:
3 1 2
result:
ok answer is 1821708
Test #4:
score: 0
Accepted
time: 27ms
memory: 3704kb
input:
25 6 6 7 8 5 10 5 7 10 10 4 4 5 8 1 6 3 1 9 4 10 7 8 4 5
output:
2 1 2 2 3 2 2 3 3 1 1 2 1 3 1 3 3 1 1 3 1 2 3 2 1
result:
ok answer is 0
Test #5:
score: 0
Accepted
time: 22ms
memory: 3792kb
input:
25 8 2 2 9 9 10 3 5 9 1 2 5 8 1 4 8 4 3 6 2 8 8 4 2 2
output:
3 1 3 1 1 3 2 2 3 3 3 2 2 1 3 2 3 2 1 3 1 2 1 2 1
result:
ok answer is 1
Test #6:
score: -100
Wrong Answer
time: 26ms
memory: 3792kb
input:
25 9999996 9999999 9999991 9999991 9999999 9999997 9999991 9999993 9999992 10000000 9999991 10000000 9999996 9999997 9999993 9999992 9999990 9999991 9999997 10000000 9999998 9999990 9999993 9999990 9999999
output:
1 3 2 2 3 1 2 1 1 3 2 1 3 1 2 3 2 3 3 1 3 2 2 2 1
result:
wrong answer expected 9999943, found 9999948