Skip to content

Instantly share code, notes, and snippets.

View asantonenko's full-sized avatar

Alexander Antonenko asantonenko

  • Odessa I.I.Mechnikov National University
  • Odessa, Ukraine
View GitHub Profile
@asantonenko
asantonenko / A.cpp
Last active August 21, 2017 13:57
Саврань Летняя школа 2017
#include <iostream>
#include<vector>
#include<algorithm>
#include<cassert>
#include<queue>
using namespace std;
const int WHITE = 0;