Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <vector>
#include <cmath>
#include <random>
using Real = double;
using RandomEngine = std::mt19937;
using Coordinate = int32_t;
using SquaredCoordinate = int64_t;