|
Time |
Memory |
| Case 1 |
1 sec |
32 MB |
| Case 2 |
1 sec |
32 MB |
| Case 3 |
1 sec |
32 MB |
| Case 4 |
1 sec |
32 MB |
Description
Give a character C , a length L and number N.
Print out a wave is build by the character C and maximum length L.
Total print N wave.
Input
Three input, C, L, N.
C means character.
L means length, 1
N means number, 1
Output
Print out a wave is build by the character C and maximum length L N times.
Note: There is no newline at last line.
Tags