QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#485217#4825. Even and Odd CombinationsZhangYiDe0 0ms0kbC++17634b2024-07-20 15:07:512024-07-20 15:07:51

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 3
1 2 3 
2 0

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

input:


output:


result:

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