QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#677435 | #9472. Liaoning Ship’s Voyage | yellowbird | AC ✓ | 0ms | 3780kb | C++20 | 2.9kb | 2024-10-26 11:58:56 | 2024-10-26 11:58:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3780kb
input:
3 0.5 1.5 1.5 1.5 1 0.5 .#. ... ..# 3 0.5 1.5 1.5 1.5 1 0.5 .#. ..# ..#
output:
3 -1
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 0ms
memory: 3708kb
input:
3 0.5 0.5 1 -0.5 1.5 0.5 ##. ##. ... 3 1 0.5 0.5 1 1.5 1 .#. #.# ... 3 0.5 1.5 1.5 1.5 1 0.5 .#. ... ..# 3 0.5 1.5 1.5 1.5 1 0.5 .#. ..# ..# 10 4 6 5 6 5 4 .......... .......... .......... .......... .......... .......... .......... .......... .......... .......... 10 4.5 4.2 4.2 6.2 4.8 6.2 ..........
output:
-1 -1 3 -1 10 10 9 11 -1 11 -1 18 -1 3 -1
result:
ok 15 lines