QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#598461#4825. Even and Odd CombinationsUrd0 0ms0kbC++17591b2024-09-28 21:59:522024-09-28 21:59:54

詳細信息

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)