QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#250418#6677. Puzzle: Sashiganeucup-team077#WA 0ms3704kbC++20965b2023-11-13 09:30:182023-11-13 09:30:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 3 4

output:

Yes
4
2 3 1 1
1 2 2 2
4 1 -3 3
5 5 -4 -4

result:

ok Correct. (1 test case)

Test #2:

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

input:

1 1 1

output:

Yes
0

result:

ok Correct. (1 test case)

Test #3:

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

input:

3 2 3

output:

Yes
2
1 2 1 1
3 1 -2 2

result:

ok Correct. (1 test case)

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3704kb

input:

10 10 5

output:

Yes
9
9 4 1 1
8 3 2 2
7 2 3 3
6 1 4 4
5 6 -5 5
4 7 -6 6
3 8 -7 7
2 9 -8 8
1 10 -9 9
0 0 1 1
1 1 0 0
2 2 -1 -1
3 3 -2 -2
4 4 -3 -3
5 5 -4 -4
6 6 -5 -5
7 7 -6 -6
8 8 -7 -7
9 9 -8 -8
10 10 -9 -9

result:

wrong answer L shape #5 out of bounds. (test case 1)