Skip to content

Instantly share code, notes, and snippets.

View Vikram151108's full-sized avatar

Vikram151108

  • Joined Oct 23, 2025
View GitHub Profile
#include <iostream>
#include <vector>
#include <string>
#include <iomanip>
#include <cmath>
#include <stdexcept>
#include <algorithm>
const double EPS = 1e-9;
// For printing doubles till 5 digits after decimal