Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
111492 谢佳辰 15几个数字组成 C++ Compile Error 0 MS 0 KB 188 2025-03-02 14:14:00

Tests(0/0):


Code:

#include <bits./stdc++.h> using namespace std; int main(){ long long a,count=0; cin>>a; while(a!=0){ a=a/10; count++; } cout<<count<<endl; }


Run Info:

Main.cc:1:26: fatal error: bits./stdc++.h: No such file or directory
 #include 
                          ^
compilation terminated.