#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
/**************************************************************
Problem: 1418
User: zhenghaoxuan
Language: C++
Result: Compile Error
****************************************************************/