QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#222154#7608. Cliquesucup-team135#WA 7ms26824kbC++208.8kb2023-10-21 16:05:592023-10-21 16:05:59

Details

Tip: Click on the bar to expand more detailed information

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'