QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#261082 | #7637. Exactly Three Neighbors | ucup-team1137# | WA | 0ms | 3672kb | C++20 | 1.1kb | 2023-11-22 17:50:56 | 2023-11-22 17:50:56 |
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: 3672kb
input:
2 3
output:
1 18 .##.##.##.##.##.##
result:
ok good solution
Test #2:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
1 1
output:
-1 -1
result:
ok no solution
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3668kb
input:
3 4
output:
##.# .### ###. #.##
result:
wrong output format Expected integer, but "##.#" found