From d0e543b31ba994214c7a2864025ec60d7b81c627 Mon Sep 17 00:00:00 2001 From: Sagar Singh <38599462+llsagarll@users.noreply.github.com> Date: Thu, 3 Oct 2019 12:29:16 +0530 Subject: [PATCH] Update 1006E.cpp --- 1006E.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/1006E.cpp b/1006E.cpp index 1ea1eb0..a8dbc7e 100644 --- a/1006E.cpp +++ b/1006E.cpp @@ -1,4 +1,5 @@ #include +#include using namespace std; const int N=1000001; vectorv[N];