QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#545271#7523. Partially Free Mealrotcar08WA 0ms10056kbC++201.8kb2024-09-03 07:22:442024-09-03 07:22:45

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 10056kb

input:

3
2 5
4 3
3 7

output:

2 3 1 
7
11
16

result:

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