北郵機試 查找 字符串操作——reverse replace substr以及拼接

#include<bits/stdc++.h> using namespace std; int main() { // freopen("kkk.txt","r",stdin); string str,st; int n; cin>>str; cin>>n; for(int i=1;i<=n;i++) { cin>>st; if(st[0]=='0')//注意等號的寫法
相關文章
相關標籤/搜索