Some useful algorithms for competitive programming
#include <bits/stdc++.h> #define f first #define s second using namespace std; using ll = long long; using ii = pair<int, int>; int main() { ios_base::sync_with_stdio(0), cin.tie(0); }