QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#450757#8768. Arrested Developmentucup-team1565#WA 13ms26664kbC++172.2kb2024-06-22 17:38:242024-06-22 17:38:25

詳細信息

Test #1:

score: 100
Accepted
time: 13ms
memory: 26664kb

input:

4
100 1
1 90
1 20
1 20

output:

3

result:

ok single line: '3'

Test #2:

score: -100
Wrong Answer
time: 8ms
memory: 26640kb

input:

2
314 1
592 6

output:

1

result:

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