Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
2959
.
Analysis of the digits of the number - 10
Задача
Темы:
Цикл while
Given a natural number
n
, determine its first digit from the left.
Input
The program receives as input a natural number
n
(n <= 10
9
).
Imprint
Print the answer to the problem.
Examples
#
Input
Output
1
45545
4
1000
ms
32 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя