QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#561488 | #257. Optic Communication | 5un_xiaomivita_mbox | 100 ✓ | 0ms | 3628kb | C++17 | 2.0kb | 2024-09-12 23:04:46 | 2024-09-12 23:04:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Pretests
Final Tests
Test #1:
score: 100
Accepted
time: 0ms
memory: 3628kb
input:
4 6 VISIBLE B A MESSAGE A "HELLO" WEATHER A B MESSAGE A "GOODBYE" VISIBLE A B MESSAGE A "WORLD" 11 VISIBLE B A VISIBLE C A VISIBLE D A VISIBLE E A VISIBLE F A VISIBLE G H MESSAGE A "YOU" MESSAGE B "ARE" OBSTACLE B A MESSAGE C "NOT" MESSAGE G "ALONE" 3 VISIBLE A B MESSAGE A "VISIBLE OBSTACLE WEATHER ...
output:
B: ["HELLO", "WORLD"] A: ["ARE", "NOT"] B: ["YOU"] C: ["YOU", "ARE"] D: ["YOU", "ARE", "NOT"] E: ["YOU", "ARE", "NOT"] F: ["YOU", "ARE", "NOT"] H: ["ALONE"] B: ["VISIBLE OBSTACLE WEATHER MESSAGE"] D: ["MESSAGE"]
result:
ok 13 lines