QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#778701 | #9621. 连方 | ucup-team3774# | WA | 0ms | 5932kb | C++20 | 1.8kb | 2024-11-24 15:51:39 | 2024-11-24 15:51:39 |
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: 0
Wrong Answer
time: 0ms
memory: 5932kb
input:
5 4 #..# .##. 5 ##.#. .#.## 6 ###### .####. 27 .######.######.####.#.##### .####...####..#.......##### 10 ########## ##########
output:
0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 6 0 0 0 1 20 0 0 0 1 20 0 0 0
result:
wrong answer Testcase 1: output is 0, but jury's answer is YES.