Chữ cái lặp lại

View as PDF

Points: 100 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Nhập vào chữ cái thường, in ra chữ đó 10 lần.

Input

  • Một dòng duy nhất chứa một chữ cái thường.

Output

  • Một dòng duy nhất chứa kết quả bài toán.

Example

Test 1
Input
b
Output
bbbbbbbbbb

Comments

There are no comments at the moment.