QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'