Skip to content

Instantly share code, notes, and snippets.

View abhisheksingh24's full-sized avatar

abhisheksingh24

View GitHub Profile
#include<iostream>
#include<vector>
using namespace std;
int n, incl[1000000][2], excl[1000000][2];
vector<int> cost;
int exclude(int,int);