Skip to content

Instantly share code, notes, and snippets.

@dayo05
dayo05 / 22289.cpp
Created March 8, 2022 13:50
Boj 22289
#include <iostream>
#include <algorithm>
#include <vector>
#include <complex>
#include <cstring>
using namespace std;
typedef complex<double> cpx;