Untitled

 avatar
unknown
c_cpp
2 years ago
148 B
3
Indexable
#include <iostream>
#include <string>
using namespace std;

int main() {
    int A;
    cin >> A;
    cout << to_string(A).length();
}
    
Editor is loading...