Skip to content

Instantly share code, notes, and snippets.

// By Lawrence Melo
#include <bits/stdc++.h>
using namespace std;
const int maxc = 5e4 + 10;
#define x first
#define y second
typedef pair<int,int> pii;
vector<int> coins;