QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#638273#9439. Aim Highucup-team138#AC ✓1ms3960kbC++141.5kb2024-10-13 15:28:422024-10-13 15:28:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1
1

output:

33
-4 -3 -3 -3 -3 -2 
-4 -2 -3 -2 -3 -1 
-3 -2 -2 -2 -2 -1 
0 -2 -1 -2 -1 -1 
0 -1 -1 -1 -1 0 
-2 -1 -1 -1 -1 0 
-3 -1 -2 -1 -2 0 
-3 -1 -3 0 -2 0 
-4 -1 -4 0 -3 0 
-1 0 0 0 0 1 
-2 0 -1 0 -1 1 
-2 0 -1 0 -1 1 
-3 0 -2 0 -2 1 
-1 1 0 1 0 2 
-2 1 -1 1 -1 2 
-1 2 0 2 0 3 
5 -3 4 -3 4 -2 
5 -2 4 -2 4 -...

result:

ok Output is valid. OK

Test #2:

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

input:

6
1
2
3
4
5
6

output:

33
-4 -3 -3 -3 -3 -2 
-4 -2 -3 -2 -3 -1 
-3 -2 -2 -2 -2 -1 
0 -2 -1 -2 -1 -1 
0 -1 -1 -1 -1 0 
-2 -1 -1 -1 -1 0 
-3 -1 -2 -1 -2 0 
-3 -1 -3 0 -2 0 
-4 -1 -4 0 -3 0 
-1 0 0 0 0 1 
-2 0 -1 0 -1 1 
-2 0 -1 0 -1 1 
-3 0 -2 0 -2 1 
-1 1 0 1 0 2 
-2 1 -1 1 -1 2 
-1 2 0 2 0 3 
5 -3 4 -3 4 -2 
5 -2 4 -2 4 -...

result:

ok Output is valid. OK

Extra Test:

score: 0
Extra Test Passed