QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#353284#8249. Lines Per HourMaMengQiWA 1ms3588kbC++17576b2024-03-14 01:02:092024-03-14 01:02:10

详细

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'