Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
77783 sh25_shenpy digit函数 C++ 解答错误 0 MS 248 KB 195 2025-12-26 14:48:28

Tests(1/2):


#include<bits/stdc++.h> using namespace std; void a(){ int n,k; cin>>n>>k; for(int i=1;i<k;++i){ n=n/10; } cout<<n; } int main(){ a(); return 0; }


测评信息: