QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#778317 | #9621. 连方 | ucup-team3774# | WA | 6ms | 3672kb | C++20 | 2.8kb | 2024-11-24 14:01:12 | 2024-11-24 14:01:12 |
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: 3496kb
input:
5 4 #..# .##. 5 ##.#. .#.## 6 ###### .####. 27 .######.######.####.#.##### .####...####..#.......##### 10 ########## ##########
output:
Yes #..# .##. #... #... .##. ...# .##. Yes ##.#. ..#.# .#... #.... .#... ..#.. .#.## No Yes .######.######.####.#.##### .......#......#....#.#..... .######.................... #.......................... .####...................... .....###....##.#######..... .####...####..#.......##### Yes ########...
result:
ok Correct.
Test #2:
score: -100
Wrong Answer
time: 6ms
memory: 3672kb
input:
10000 6 .#..## ..#... 5 #..#. ##... 6 .###.# ...### 17 .####..#######..# ###########.##### 6 ..##.# #.##.# 25 #.##.##############.####. ####################.##.# 9 ##.#..##. ##..##### 6 .###.# ##.### 6 ###..# #.#### 25 #####################.#.# ######.################## 6 .#.### .##..# 6 ..#### #......
output:
Yes .#..## ..##.. .#.... #..... #..... .#.### ..#... Yes #..#. .##.# #.... #.... .#... ..### ##... Yes .###.# ....#. .###.. #..... #..... .##... ...### Yes .####..#######..# .....##.......##. .####............ #................ .##########...... ...........#..... ###########.##### Yes ..##.# .#..#. ...
result:
wrong answer Testcase 39: Connected condition failed.