QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#725362#9525. Welcome to Join the Online Meeting!ucup-team5232#WA 4ms52108kbC++141.5kb2024-11-08 17:19:042024-11-08 17:19:04

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 50944kb

input:

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

output:

Yes
2
1 2 3 2 
2 1 4 

result:

ok ok

Test #2:

score: -100
Wrong Answer
time: 3ms
memory: 52108kb

input:

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

output:

Yes
1
1 2 3 2 

result:

wrong answer member 4 is not invited