library

Some useful algorithms for competitive programming

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;

int main() {
    
}