Points:
100 (p)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Hãy in ra màn hình \(N\) câu chào Hello world!
, mỗi câu trên một dòng với số \(N\) được nhập vào từ bàn phím.
Input
- Một số nguyên \(N\) \((1\le N\le 10^6)\).
Output
- Gồm \(N\) dòng theo mô tả ở trên.
Example
Test 1
Input
3
Output
Hello world!
Hello world!
Hello world!
Comments (14)