#include using namespace std; int n, r, st, fn, i; int main() { cin>>n>>r; st=n-1; fn=3; cout<<"((("; for(i=fn+1; i<=st; i++) { cout<