Competitions
PP1 Week 3 Contest 1
All OK
Positive integer n is given. Count and print the message OK as shown in the sample.
Input
One positive integer n (n ≤ 100).
Output
Print n times the numbered text OK in column.
Input example #1
3
Output example #1
1 OK 2 OK 3 OK