This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
author : Aryan Agarwal, IIT Kharagpur | |
created : 03-April-2021 18:05:23 IST | |
*/ | |
#include <bits/stdc++.h> | |
using namespace std; | |
void __print(int x) {cerr << x;} | |
void __print(long x) {cerr << x;} |