QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#310441#7181. Graph CutsHuangHanShengRE 0ms10128kbC++142.4kb2024-01-21 14:14:292024-01-21 14:14:30

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 9904kb

input:

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

output:

2
4
3
5
0
1
0

result:

ok q=10

Test #2:

score: 0
Accepted
time: 0ms
memory: 10128kb

input:

0 0
0

output:


result:

ok q=0

Test #3:

score: -100
Runtime Error

input:

0 0
1
?

output:


result: