百度筆試題 完成括號匹配

/* *計算出不能匹配的'[' , ']',輸出時加在左右 */ #include <bits/stdc++.h> using namespace std; int main() { string s, left; cin >> s; int cnt = 0; for (int i=0; i<s.size(); i++) { if (s[i] == '[') { cnt++;
相關文章
相關標籤/搜索