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