神的题解神2025-07-06 11:57:36发布于:北京0阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,x; cin>> x; a=x%10; b=x/10%10; c=x/100; cout<< a << " "<< b << " "<<c; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个