-73. 3n, 3n + 1, and 3n + 2

I'm a slow walker, but I never walk backwards.

題目來源:judgegirl from ntu prof. pangfeng Liu

Task Description

Write a program to count the number of integers that are , , and respectively.

統計有多少數字被 除餘 、餘 、餘

Input format

The first line has the number of input integers . Each of the following lines has an input integer.

Output format

Output the numbers of integer that are , , .

Sample input 1

5
1
2
3
4
5

Sample output 1

1 2 2

Sample input 2

10
3
1
4
1
5
9
2
6
5
3

Sample output 2

4 3 3

Submit

Login

Testdata Set

Download Testdata