QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#513079 | #2191. Apprentice Learning Trajectory | ZhaoZiLong | WA | 5ms | 9264kb | C++14 | 527b | 2024-08-10 16:50:32 | 2024-08-10 16:50:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 4ms
memory: 8400kb
input:
2 5 7 1 1 9 2
output:
5
result:
ok 1 number(s): "5"
Test #2:
score: 0
Accepted
time: 5ms
memory: 8532kb
input:
3 1 10 4 6 12 3 9 13 2
output:
4
result:
ok 1 number(s): "4"
Test #3:
score: 0
Accepted
time: 2ms
memory: 8380kb
input:
3 1 13 4 6 11 2 9 13 3
output:
4
result:
ok 1 number(s): "4"
Test #4:
score: -100
Wrong Answer
time: 3ms
memory: 9264kb
input:
1 314680159570 679536216645 149587989356
output:
0
result:
wrong answer 1st numbers differ - expected: '2', found: '0'