QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#464526#7321. Hamiltonian $k$-vertex-connected GraphUrdWA 0ms3676kbC++17948b2024-07-06 11:30:452024-07-06 11:30:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 2

output:

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

result:

ok ok

Test #2:

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

input:

3 1

output:

2
1 2
3 2
1 2 3 

result:

wrong answer jury has better solution with edges -1, while participant uses 2 edges.