QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#419002 | #6677. Puzzle: Sashigane | Monsterstar# | WA | 0ms | 3876kb | C++17 | 5.2kb | 2024-05-23 16:54:46 | 2024-05-23 16:54:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3580kb
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: 3644kb
input:
1 1 1
output:
Yes 0
result:
ok Correct. (1 test case)
Test #3:
score: 0
Accepted
time: 0ms
memory: 3584kb
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: 3640kb
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: 3644kb
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: 3532kb
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: 3876kb
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: 3580kb
input:
999 396 693
output:
No
result:
wrong answer Jury has answer but participant has not. (test case 1)