QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#747860 | #3861. Il Derby della Madonnina | GuanYunChang | WA | 0ms | 3828kb | C++17 | 13.6kb | 2024-11-14 18:30:34 | 2024-11-14 18:30:36 |
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: 0ms
memory: 3828kb
input:
3 2 5 10 15 7 17 29
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3536kb
input:
5 1 5 7 8 11 13 3 3 -2 -2 4
output:
3
result:
ok single line: '3'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3532kb
input:
1 2 3 7
output:
1
result:
wrong answer 1st lines differ - expected: '0', found: '1'