提交时间:2026-02-12 13:18:16

运行 ID: 84632

#include<iostream> using namespace std; int main(){ int n; cin>>n; while(n) cout<<n%10<<" "; return 0; }