π
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
#include<bits/stdc++.h> | |
#include <ext/pb_ds/assoc_container.hpp> | |
using namespace __gnu_pbds; | |
using namespace std; | |
#define ff first | |
#define ss second | |
#define in cin | |
#define out cout | |
#define int long long |