Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
31839
.
Factorial calculation
Задача
Темы:
Рекурсия
Write a program with a recursive function to calculate the factorial.
Input
The first line contains a natural number N ( N<=12 ).
Imprint
Print the factorial of the number.
Examples
#
Input
Output
1
1
1
2
2
2
Запрещенные операторы:
for;while;until
1000
ms
256 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя