QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#646750#9439. Aim Highucup-team3716AC ✓1ms3724kbC++145.6kb2024-10-17 07:07:032024-10-17 07:07:04

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3724kb

input:

1
1

output:

1
-2 0 -1 0 -1 1

result:

ok Output is valid. OK

Test #2:

score: 0
Accepted
time: 1ms
memory: 3668kb

input:

6
1
2
3
4
5
6

output:

1
-2 0 -1 0 -1 1
5
1 0 0 0 0 1
-3 -1 -2 -1 -2 0
0 -1 -1 -1 -1 0
-2 0 -1 0 -1 1
-1 1 0 1 0 2
12
1 0 0 0 0 1
-3 -1 -2 -1 -2 0
0 -1 -1 -1 -1 0
-2 0 -1 0 -1 1
-1 1 0 1 0 2
-2 0 -1 0 -1 1
-3 -2 -2 -2 -2 -1
0 -2 -1 -2 -1 -1
-1 -1 -2 -1 -2 0
-3 0 -2 0 -2 1
-2 1 -1 1 -1 2
-1 2 0 2 0 3
99
1 0 0 0 0 1
-3 -1 -...

result:

ok Output is valid. OK

Extra Test:

score: 0
Extra Test Passed