QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#824678#9770. Middle Pointucup-team3648#RE 0ms3740kbC++201.6kb2024-12-21 15:13:382024-12-21 15:13:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 2
1 1

output:

1
2 2 0 0

result:

ok correct!

Test #2:

score: 0
Accepted
time: 0ms
memory: 3740kb

input:

8 8
5 0

output:

3
8 0 0 0
0 0 4 0
8 0 2 0

result:

ok correct!

Test #3:

score: -100
Runtime Error

input:

0 0
0 0

output:


result: