QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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'