QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#418814#6677. Puzzle: SashiganeMonsterstar#WA 1ms3844kbC++171.7kb2024-05-23 15:55:042024-05-23 15:55:04

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 1ms
memory: 3588kb

input:

1 1 1

output:

Yes
0

result:

ok Correct. (1 test case)

Test #3:

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

input:

3 2 3

output:

Yes
2
3 2 -1 1
1 1 2 2

result:

ok Correct. (1 test case)

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 3648kb

input:

10 10 5

output:

No

result:

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