QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#882891#3226. Distance SumangletrisectionWA 2ms34420kbC++147.0kb2025-02-05 12:55:262025-02-05 12:55:27

詳細信息

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 34420kb

input:

10
5 1
2 1
1 1
4 1
2 1
5 1
2 1
2 1
5 1

output:

0
3
5
6
6
8
9
11
13
14

result:

wrong answer 3rd lines differ - expected: '4', found: '5'