这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
把P1739的代码复制过来,就只是把“cout using namespace std; int x; char c; int main(){ while(cin>>c){ if(c=='(') x++; else if(c==')'){ if(x) x--; else cout<<'('; }cout<<c; }if…