Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
75687 sh25_zhuwy 倒序数 C++ Compile Error 0 MS 0 KB 295 2025-12-09 14:11:13

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main() { int n=0,io; cin>>io; while(io) { n++; io/=10; } int k[n],j=0; while(ii) { k[j]=ii%10; ii/=10; j++; } for(int i=n-1;i>=0;i--) { cout<<k[i]; } return 0; }


Judgement Protocol: