QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#420684#961. Smol Vertex CoverZhaoZiLongWA 1ms3920kbC++234.8kb2024-05-24 21:06:582024-05-24 21:06:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

3
2 4 1

result:

ok vertex cover of size 3

Test #2:

score: 0
Accepted
time: 1ms
memory: 3900kb

input:

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

output:

not smol

result:

ok not smol

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3920kb

input:

3 0

output:

1
1

result:

wrong answer jury (0) found smaller vertex cover than participant (1)