QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#419015#6677. Puzzle: SashiganeMonsterstar#WA 1ms3644kbC++175.2kb2024-05-23 17:00:292024-05-23 17:00:32

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3596kb

input:

5 3 4

output:

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

result:

ok Correct. (1 test case)

Test #2:

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

input:

1 1 1

output:

Yes
0

result:

ok Correct. (1 test case)

Test #3:

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

input:

3 2 3

output:

Yes
2
3 2 -1 1
1 1 2 2

result:

ok Correct. (1 test case)

Test #4:

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

input:

10 10 5

output:

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

result:

ok Correct. (1 test case)

Test #5:

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

input:

10 5 7

output:

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

result:

ok Correct. (1 test case)

Test #6:

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

input:

10 9 2

output:

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

result:

ok Correct. (1 test case)

Test #7:

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

input:

10 6 10

output:

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

result:

ok Correct. (1 test case)

Test #8:

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

input:

10 8 4

output:

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

result:

ok Correct. (1 test case)

Test #9:

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

input:

999 396 693

output:

No

result:

wrong answer Jury has answer but participant has not. (test case 1)