Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <random>
#include <vector>
#include <algorithm>
#include <iomanip>
#include <cmath>
#include <cassert>
template <typename T>
struct Point {