QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#733721#5420. InscryptionGuanYunchangWA 0ms3580kbC++23642b2024-11-10 20:39:192024-11-10 20:39:20

詳細信息

Test #1:

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

input:

6
7
1 1 1 -1 1 1 -1
4
1 0 -1 0
4
0 -1 -1 0
1
0
2
0 0
1
-1

output:

3 2
3 1
3 1
1 1
2 1
1 1

result:

wrong answer 3rd lines differ - expected: '-1', found: '3 1'