Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
82403 sh25_shenpy 反序数 C++ 编译错误 0 MS 0 KB 284 2026-01-11 20:23:52

Tests(0/0):


#include <bits/stdc++.h> using namespace std; int main( ) { int n=1000,a,b,c,d; for(;n<10000;++n){ d=n%10; c=n/10%10; b=n/100%10; a=n/1000; if(9*n=1000*d+100*c+10*b+a){ cout<<n<<endl; }} return 0; }


测评信息: