QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#241419 | #7637. Exactly Three Neighbors | ucup-team2177 | WA | 7ms | 3808kb | C++23 | 3.9kb | 2023-11-06 06:07:56 | 2023-11-06 06:07:57 |
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: 3776kb
input:
2 3
output:
1 3 ##.
result:
ok good solution
Test #2:
score: 0
Accepted
time: 3ms
memory: 3616kb
input:
1 1
output:
-1 -1
result:
ok no solution
Test #3:
score: 0
Accepted
time: 5ms
memory: 3484kb
input:
3 4
output:
4 4 #### ..## #### ##..
result:
ok good solution
Test #4:
score: 0
Accepted
time: 0ms
memory: 3808kb
input:
3 5
output:
1 10 ##.##.##..
result:
ok good solution
Test #5:
score: -100
Wrong Answer
time: 7ms
memory: 3780kb
input:
4 5
output:
-1 -1
result:
wrong answer you didn't find a solution but jury did