QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#412159 | #6677. Puzzle: Sashigane | maisui12138 | WA | 1ms | 3488kb | C++17 | 1.6kb | 2024-05-16 09:39:02 | 2024-05-16 09:39:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3412kb
input:
5 3 4
output:
Yes 4 2 3 1 1 1 2 2 2 4 5 -3 -3 5 1 -4 4
result:
ok Correct. (1 test case)
Test #2:
score: 0
Accepted
time: 1ms
memory: 3404kb
input:
1 1 1
output:
Yes 0
result:
ok Correct. (1 test case)
Test #3:
score: 0
Accepted
time: 0ms
memory: 3488kb
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: 3484kb
input:
10 10 5
output:
Yes 9 9 4 1 1 8 3 2 2 7 2 3 3 6 1 4 4
result:
wrong output format Unexpected end of file - int32 expected (test case 1)