Divisibility by 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Let's consider a sequence .
Write a program that determines how many elements of this sequence among first are divisible by three.
Input
One positive integer .
Output
Print one number — the answer to the problem.
Examples
Input #1
Answer #1
Submissions 5K
Acceptance rate 30%