Display a face
Time Limit: 1000 ms
Memory Limit: 65536 KiB
Problem Description
Write a Java application program that will display (on screen) a face similar to that shown in Figure 1.
Figure 1.
Note:
Line 1:2 spaces,and then 8 slashes;
Line 2:1 space,1 vertical line,2 spaces,1 circle,1 ^, 1 circle,2 spaces, 1 vertical line;
Line 3:1 left bracket, 1 vertical line, 3 spaces, 1 ^,3 spaces, 1 vertical line, 1 right bracket;
Line 4:1 space, 1 vertical line, 2 spaces,1 horizontal line,1 space,1 horizontal line, 2 spaces, 1 vertical line;
Line 5: 1 space, 1 vertical line, 1 space, 1 vertical line,3 horizontal lines, 1 vertical line, 1 space,1 vertical line;
Line 6: 1 space,9 horizontal lines.
Input
No input.
Output
Display a face as similar to that shown in Figure 1.
Sample Input
no
Sample Output
Display a face as similar to that shown in Figure 1.
Hint
Source
maxj