#include #include #include using namespace std; int main() { freopen("brackets.in","r",stdin); freopen("brackets.out","w",stdout); stack s; string br1; getline(cin,br1); string br; for(int i=0;i