Divisible by 3
 
Write a program that gets N numbers and
then counts and displays the number of numbers which are divisible by 3.
Input specification: 
In the first line you will get an integer number N where 1 ≤ N ≤ 5000.
In the following line you will get N
integer numbers separated by space.
 
Output specification: 
Show the number of numbers which are divisible by 3. 
 
 
  | Sample Input I     | Sample Input II    | 
 
  | 4 6 4 3 5 | 5 2 7 5 11 19 | 
 
  | Sample Output I    | Sample Output II  | 
 
  | 2 | 0 | 
 
 
Для отправки решений необходимо