扩号专题

1203:扩号匹配问题

通过代码: #include <bits/stdc++.h>using namespace std;string s; bool avl[101];int main() {while(getline(cin,s)) {printf("%s\n", s.c_str());memset(avl, true, sizeof(avl));for(int i = 0; i < s.size(); i