我爱string,递归再见T7热成像大人2025-05-17 15:21:24发布于:四川2阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ string s; cin >> s; int len = s.size(); for(int i = 0;i < len;i++){ cout << s[i] << endl; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个