QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#127713#5259. Skills in Pillsnew_dawn_2#WA 1ms3608kbC++172.9kb2023-07-19 22:34:492023-07-19 22:34:49

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3412kb

input:

3 9 20

output:

8

result:

ok single line: '8'

Test #2:

score: 0
Accepted
time: 1ms
memory: 3444kb

input:

8 2 12

output:

7

result:

ok single line: '7'

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 3608kb

input:

2 5 15

output:

11

result:

wrong answer 1st lines differ - expected: '10', found: '11'