A. Dislike of Threes
Polycarp doesn't like integers that are divisible by
Polycarp starts to write out the positive (greater than
Input
The first line contains one integer
Each test case consists of one line containing one integer
Output
For each test case, output in a separate line one integer
Example
input
Copy
10 1 2 3 4 5 6 7 8 9 1000
output
Copy
1 2 4 5 7 8 10 11 14 1666
SOlution
Post a Comment
0 Comments