Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name CW3 Shalteor's bot
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://web.telegram.org/
// @grant none
// ==/UserScript==
@greenflame
greenflame / solution.cpp
Created November 9, 2017 20:35
Circles problem
#define _CRT_SECURE_NO_WARNINGS
#define _USE_MATH_DEFINES
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <cmath>