Problem hidden
|This problem was hidden by Editorial Board member probably because it has incorrect language|version or invalid test data, or description of the problem is not clear.|

RGB7300 - Оронгийн тоо

Өгөгдсөн натурал тооны оронг тоол.

Input

Натурал тоо.

Output

Оронгийн тоо.

Example

Input:
12345

Output:
5

Нэмсэн:Bataa
Огноо:2013-01-25
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд:ADA95 ASM32 BASH BF C NCSHARP CSHARP C++ 4.3.2 CPP C99 CLPS LISP sbcl LISP clisp D ERL FORTRAN HASK ICON ICK JAVA JS-RHINO JULIA LUA NEM NICE OCAML PAS-GPC PAS-FPC PERL PHP PIKE PRLG-swi PYTHON PYPY3 PYTHON3 RUBY SCALA SCM guile ST TCL WHITESPACE

hide comments
2025-05-02 02:32:48
#include <iostream>
using namespace std;

int main() {
int n;
cin >> n;

// Count digits by converting to string
int count = 0;
while (n > 0) {
n /= 10; // Remove the last digit
count++; // Increment the count
}

cout << count; // Output the number of digits
return 0;
}
simple
2025-01-11 12:28:35
Ten years in the joint made you a fucking pussy
2024-12-02 07:16:35
Enhmendeeeeeeeeeeeeeeeeeeeeeee
2024-12-02 07:04:27
10 jiliin daraa ene commentoo shalgah boln.
2024-11-20 01:39:04
zagdaa namaig zodood bn tselmegee enig harval bitgi zagdaad uzuulerei bi uhjiin pls herleepep

Last edit: 2024-11-28 07:25:08
2024-11-20 01:37:53
8-2 undrakh bayr gay bish

Last edit: 2024-11-20 01:40:20
2024-11-19 02:06:19
https://kekma.ga/
2024-11-19 02:02:00
gomo sergelen sanar soymbo g bulaaltsddg 3 ner ni S ihlsn 3 lalar amaandaa boojgoogo
2024-11-19 02:01:42
boovoo saaa a


Last edit: 2024-11-19 02:03:14
2024-11-19 02:01:13
bi ooroo gomo

Last edit: 2024-11-19 02:02:21
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.