题解IV-Luca(卢卡)2025-07-30 22:49:01发布于:山东1阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int w; cin>>w; while(w!=0){ cout<<w%10<<" "; w=w/10; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个