QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#708610#9525. Welcome to Join the Online Meeting!ZhangYiDeWA 16ms78132kbC++982.1kb2024-11-04 00:32:292024-11-04 00:32:30

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 8ms
memory: 78132kb

input:

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

output:

Yes
2
1 2 2 3 
2 1 4 

result:

ok ok

Test #2:

score: -100
Wrong Answer
time: 16ms
memory: 77896kb

input:

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

output:

Yes
1
1 2 2 3 

result:

wrong answer member 4 is not invited