QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#113523 | #5101. Crystal Crosswind | ZhangYiDe | WA | 12ms | 8128kb | Python3 | 632b | 2023-06-18 12:20:51 | 2023-06-18 12:20:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 8124kb
input:
4 1 1 0 1 2 1 1 3 1
output:
#.#. #.#.
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 12ms
memory: 8128kb
input:
4 4 2 1 0 4 2 4 2 1 1 3 1 2 -1 0 4 4 3 4 2 3 1 3 4
output:
.##. #..# #..# .##. #### #..# #..# ####
result:
wrong answer 2nd lines differ - expected: '####', found: '#..#'