QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#222154#7608. Cliquesucup-team135#WA 7ms26824kbC++208.8kb2023-10-21 16:05:592023-10-21 16:05:59

详细

Test #1:

score: 0
Wrong Answer
time: 7ms
memory: 26824kb

input:

5
1 2
5 1
2 3
4 2
6
+ 4 5
+ 2 2
+ 1 3
- 2 2
+ 2 3
+ 4 4

output:

20
36

result:

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