Construct an N×N grid with the following conditions:
O' or '.'.O'..'.There is no input.
The first line should contain an integer N. The following N lines should contain N characters each ('O' or '.'), and these N lines describe the grid.
Output for this example satisfies all conditions but the third (number of 'O' in the grid).