Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <math.h>
#include <fstream>
#include <algorithm>
#include <vector>
using namespace std;
struct Point{
double x;