QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#528777#9176. Non-Interactive Nimucup-team4567WA 0ms3588kbC++141004b2024-08-23 21:16:522024-08-23 21:16:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3588kb

input:

2
4
4 2 7 1
4
1 1 1 1

output:

3
3 1
2 2
1 4
0
1 1

result:

wrong answer making 0 moves is illegal (test case 2)