Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
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
1000
ms
256 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя