QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#275487#7637. Exactly Three Neighborsucup-team2454#WA 0ms3844kbC++201.1kb2023-12-04 19:21:152023-12-04 19:21:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3828kb

input:

2 3

output:

1 3
.##

result:

ok good solution

Test #2:

score: 0
Accepted
time: 0ms
memory: 3844kb

input:

1 1

output:

-1 -1

result:

ok no solution

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3780kb

input:

3 4

output:

#.##
#.##
###.
###.
#.##
#.##

result:

wrong output format Expected integer, but "#.##" found