Skip to content

Instantly share code, notes, and snippets.

View aryan57's full-sized avatar

Aryan Agarwal aryan57

View GitHub Profile
/*
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;}