QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#826505#9841. Elegant TetrisNatsuhi Kage (Qiyu Feng, Jianing Liu, Zemu Zhu) #WA 1ms3956kbC++202.7kb2024-12-22 12:53:162024-12-22 12:53:16

詳細信息

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]