Points:
100
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Cho số nguyên \(n\). Viết hàm in ra \(n\) dòng chữ "Hello world!"
Yêu cầu: viết và sử dụng hàm đã viết.
Input
- Một số nguyên \(n\) \((1\leq n\leq 100).\)
Output
- In ra \(n\) dòng theo yêu cầu.
Example
Test 1
Input
3
Output
Hello world!
Hello world!
Hello world!
Comments