QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#353284 | #8249. Lines Per Hour | MaMengQi | WA | 1ms | 3588kb | C++17 | 576b | 2024-03-14 01:02:09 | 2024-03-14 01:02:10 |
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: 1ms
memory: 3584kb
input:
10 100 30 300 1000 20 35 19 84 117 212 98
output:
7
result:
ok single line: '7'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3588kb
input:
50 999 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100
output:
49
result:
ok single line: '49'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3548kb
input:
50 500 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100
output:
24
result:
wrong answer 1st lines differ - expected: '25', found: '24'