From 08104150d28a4a007009603a5420348e409951ae Mon Sep 17 00:00:00 2001 From: Ashish Kumar <54180957+Ashishpurbey@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:47:32 +0530 Subject: [PATCH 1/2] Update 115A.cpp --- Codeforces/115A.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Codeforces/115A.cpp b/Codeforces/115A.cpp index c879081..89da150 100644 --- a/Codeforces/115A.cpp +++ b/Codeforces/115A.cpp @@ -4,7 +4,6 @@ #define PI 3.14159265; typedef long long ll; using namespace std; -typedef long long ll; vectorpar; vectortk; bool ad[2001][2001] = { 0 }; From c2a3f492103e45d4b337fbc6924e5fb2be2d9954 Mon Sep 17 00:00:00 2001 From: Alokpurbey <72925197+AlokPurbey@users.noreply.github.com> Date: Thu, 15 Oct 2020 18:29:50 +0530 Subject: [PATCH 2/2] Update CodeChef MARCHA1.cpp --- Code chef/CodeChef MARCHA1.cpp | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Code chef/CodeChef MARCHA1.cpp b/Code chef/CodeChef MARCHA1.cpp index 06cf9e0..d577a1a 100644 --- a/Code chef/CodeChef MARCHA1.cpp +++ b/Code chef/CodeChef MARCHA1.cpp @@ -1,19 +1,5 @@ #define _CRT_SECURE_NO_WARINGS -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include #define fast ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); #define PI 3.14159265; typedef long long ll;