Increasing sines
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find and print such integers that the sequence of their sines is strictly increasing:
Input
One positive integer .
Output
Print in one line a sequence of integers that satisfy the condition of the problem. The absolute value of each number must not exceed .
Examples
For the provided example, the inequality is true because it is equivalent to .
Input #1
Answer #1
Submissions 90
Acceptance rate 64%