QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#732485 | #9472. Liaoning Ship’s Voyage | GuanYunchang | AC ✓ | 0ms | 20800kb | C++20 | 5.2kb | 2024-11-10 14:47:29 | 2024-11-10 14:47:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 20800kb
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: 20192kb
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