| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 32793 | 张弛 | 回文数判断 | C++ | Compile Error | 0 | 0 MS | 0 KB | 209 | 2022-02-25 20:58:39 |
#include<bits/stdc++.h> using namespace std; int a,a1,a2; int main(){ cin>>a; a1=a; while(a1){ a2+=a1%10; a1/=aa10; a2*=10; } if(a2/10==a) cout<<"Yes"; else cout<<"No"; return 0; }