QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#598461#4825. Even and Odd CombinationsUrd0 0ms0kbC++17591b2024-09-28 21:59:522024-09-28 21:59:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer on the first run

input:

6
3 0
2 1
1
3 3
1 2 3
3 1
1
3 1
2
3 1
3

output:

3 0
2 1
1
3 3
2 3 3
3 1
1
3 1
1
3 1
1

input:


output:


result:

wrong answer the size of your subset must have a different parity (test case 1)