Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
50556 eric 天问一号 C++ 通过 0 MS 240 KB 199 2024-08-30 18:34:38

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int v; cin>>v; if(v==0) cout<<4; if(v>0&&v<10) cout<<3; if(v>10&&v<100) cout<<2; if(v>100&&v<700) cout<<1; return 0; }


测评信息: