QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#753695 | #7528. Effective Management | ucup-team138# | WA | 1ms | 7056kb | C++17 | 1.0kb | 2024-11-16 13:28:09 | 2024-11-16 13:28:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 5980kb
input:
6 1 2 4 5 4 6 1 3 2 2 3 2 0 0 1 1 2 2 3 1 1 2 5 4
output:
3 6
result:
ok 2 number(s): "3 6"
Test #2:
score: 0
Accepted
time: 1ms
memory: 7056kb
input:
5 10 9 5 4 1 4 6 2 3 1 1 2 1 3 1 4 1 5 0
output:
1 3
result:
ok 2 number(s): "1 3"
Test #3:
score: 0
Accepted
time: 1ms
memory: 5964kb
input:
6 2 4 6 8 10 12 1 2 3 4 5 6 0 0 0 0 0 0
output:
1 2 3 4 5 6
result:
ok 6 numbers
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 5912kb
input:
3 999999999 1000000000 999999998 999999998 999999999 999999997 0 0 0
output:
1 2 3
result:
wrong answer 1st numbers differ - expected: '3', found: '1'