三位数的字符串你见到过吗?张鑫昌2025-06-03 17:29:04发布于:浙江6阅读0回复0点赞#include <iostream> using namespace std; int main(){ string n; cin>>n; cout<<n[2]<<" "<<n[1]<<" "<<n[0]; return 0; } 学过字符串吗? 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个