QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#826505 | #9841. Elegant Tetris | Natsuhi Kage (Qiyu Feng, Jianing Liu, Zemu Zhu) # | WA | 1ms | 3956kb | C++20 | 2.7kb | 2024-12-22 12:53:16 | 2024-12-22 12:53:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3836kb
input:
5 2 #.... .#..#
output:
5 I 1 1 L 0 1 S 1 2 T 1 4 T 0 3
result:
ok 5 actions
Test #2:
score: 0
Accepted
time: 0ms
memory: 3956kb
input:
5 4 #.... ###.. ####. #..#.
output:
5 I 1 1 L 0 1 S 1 2 T 1 4 T 0 3
result:
ok 5 actions
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3892kb
input:
4 0
output:
0
result:
wrong answer Integer parameter [name=number of actions] equals to 0, violates the range [1, 10000]