🟢 Վարժություն 11

Գրել ծրագիր, որն էկրանին տպում է տրված ամբողջ թվի թվանշանների քանակը։
Օրինակներ՝
Մուտք - 123։ Ելք - 3
Մուտք - 1։ Ելք - 1
Մուտք - 1000։ Ելք - 4

#include <iostream>
int main() {
	int n;
  std::cin >> n;
  //Put your code here
}
 

Constraints

Time limit: 0.2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue