Phân tích #1

View as PDF



Problem type
Points: 100 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Nhập số nguyên dương \(N\). In ra số chữ số của \(N\).

Input

  • Nhập số nguyên dương \(N\) (\(1 \leq N \leq 10^9\)).

Output

  • In ra số chữ số của \(N\).

Example

Test 1
Input
123
Output
3

Comments

There are no comments at the moment.