QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#691467#7181. Graph Cutsucup-team2462#WA 0ms3756kbC++17703b2024-10-31 11:32:572024-10-31 11:32:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 5
1 2
1 3
1 4
2 3
2 4
10
+ 1
+ 2
?
?
?
?
?
- 2
?
?

output:

8
1 1
2 1
3 1
4 1
1 5
2 5
3 5
4 5

result:

wrong answer Integer parameter [name=it] equals to 8, violates the range [0, 5]