QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#614966#9449. New School Termucup-team3928#WA 0ms3712kbC++232.8kb2024-10-05 17:15:252024-10-05 17:15:33

详细

Test #1:

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

input:

2 4
1 3
2 4
1 4
1 2

output:

43
-2 0 -1 0 -1 1
1 0 0 0 0 1
-4 0 -3 0 -3 1
3 0 2 0 2 1
-4 -1 -3 -1 -3 0
-1 -1 -2 -1 -2 0
-3 0 -2 0 -2 1
3 -1 2 -1 2 0
0 -1 1 -1 1 0
2 0 1 0 1 1
-2 -2 -1 -2 -1 -1
1 -2 0 -2 0 -1
-4 -2 -3 -2 -3 -1
3 -2 2 -2 2 -1
-4 -3 -3 -3 -3 -2
-1 -3 -2 -3 -2 -2
-3 -2 -2 -2 -2 -1
3 -3 2 -3 2 -2
0 -3 1 -3 1 -2
2 -2...

result:

wrong answer The size of S must be 2N.