QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#770658 | #9621. 连方 | ucup-team5984# | WA | 4ms | 3752kb | C++20 | 2.8kb | 2024-11-21 23:04:13 | 2024-11-21 23:04:14 |
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: 3604kb
input:
5 4 #..# .##. 5 ##.#. .#.## 6 ###### .####. 27 .######.######.####.#.##### .####...####..#.......##### 10 ########## ##########
output:
Yes #..# .##. ...# .##. .##. #..# .##. Yes ##.#. ..#.# ...#. #.#.# .#.#. #.#.. .#.## No Yes .######.######.####.#.##### #......#......#....#.#..... .#......#......#....#.#.... #.######.#####..####.#.#### .#......#.....#.......#.... #....###....##.#######..... .####...####..#.......##### Yes ########...
result:
ok Correct.
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 3752kb
input:
10000 6 .#..## ..#... 5 #..#. ##... 6 .###.# ...### 17 .####..#######..# ###########.##### 6 ..##.# #.##.# 25 #.##.##############.####. ####################.##.# 9 ##.#..##. ##..##### 6 .###.# ##.### 6 ###..# #.#### 25 #####################.#.# ######.################## 6 .#.### .##..# 6 ..#### #......
output:
Yes .#..## #.##.. .#..#. #..#.# ..#... ##.### ..#... Yes #..#. .##.# ...#. #.#.# .#... ..### ##... Yes .###.# #...#. .#...# #.#.#. ...#.. ###... ...### Yes .####..#######..# #....##.......##. .#.....#........# #.#####.####.###. ............#.... ...........#..... ###########.##### Yes ..##.# ##..#. ...
result:
wrong answer Testcase 409: Rectangular condition failed.