Олимпиадный тренинг

Задача 38800. Five digit number - 1


Задача

Темы: Целые числа
The program receives a five-digit number as input. Output  display two numbers separated by a space: the sum of digits divisible by 4 and the number of digits divisible by 3.
 
Examples
# Input Output
1 12345 4 1