Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
74139 桑迪 位运算 C++ 通过 100 0 MS 264 KB 154 2023-05-20 17:16:24

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int n,t,w; int main(){ cin>>n,t=n; while(t%10==0)w++,t/=10; t--; cout<<t*pow(10,w); return 0; }


测评信息: