QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#421234#961. Smol Vertex CoverShui_DreamWA 0ms3764kbC++202.3kb2024-05-25 15:46:402024-05-25 15:46:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

2
1 2 

result:

wrong answer not a vertex cover