QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#770354 | #9621. 连方 | ucup-team5984# | WA | 8ms | 3792kb | C++20 | 2.7kb | 2024-11-21 21:32:41 | 2024-11-21 21:32:41 |
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: 1ms
memory: 3652kb
input:
5 4 #..# .##. 5 ##.#. .#.## 6 ###### .####. 27 .######.######.####.#.##### .####...####..#.......##### 10 ########## ##########
output:
Yes #..# .##. ...# .##. .##. #..# .##. Yes ##.#. ..#.# ...#. #.#.# .#.#. #.#.. .#.## No Yes .######.######.####.#.##### #......#......#....#.#..... .#......#......#....#.#.... #.######.#####..####.#.#### .#......#.....#.......#.... #....###....##.#######..... .####...####..#.......##### Yes ########...
result:
ok Correct.
Test #2:
score: -100
Wrong Answer
time: 8ms
memory: 3792kb
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.