#include using namespace std; #define rep(i, n) for(int i = 0; i < n; i++) int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); rep(i,1<<16) cout << " "; return 0; }