Skip to main content

Types & Numbers

// #include <bits/stdc++.h>
#include <vector>
#include <iostream>
#include <climits>
#include <algorithm>
// #include <array>
//#include <string>

using namespace std;

#define ll long long
#define endl "\n"