View gist:2ea48c220b34c75a82ea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string> | |
#include <iostream> | |
#include <sstream> | |
#include <vector> | |
#include <limits> | |
#include <functional> | |
#include <utility> | |
#include <stdexcept> | |
using Number = double; |