xxx

Run Settings
LanguageC++
Language Version
Run Command
#include "pch.h" #include <iostream> #include <math.h> using namespace std; int main() { setlocale(LC_ALL, "Russian"); int y, x, n = 1, a, b, sum; cout << "Введите любое ваше число))" << "\n"; cin >> y; while ((y /= 10) > 0) n++; cout << "Количество цифр в числе:" << n; system("pause");
Editor Settings
Theme
Key bindings
Full width
Lines