Problem Description
This is a testing problem for the output only functions of mrJudge
Given 3 numbers per testcase, H, W and N, generate a text file with H (height) by W (width) characters consisting of only '.' and '#'. However, there must be N '#' in the text file.
There will be 10 input cases for this problem, with the i-th case labelled i.txt. For each testcase, submit a corresponding i.out file. (You do not have to name your file i.out, just select the appropriate file to be that in the submission system, the judge will rename it for you. Alternatively, you may just copy its contents into the submission system)
Sample Input
5 5 5
Sample Output
#....
.#...
..#..
...#.
....#