From 79599e96693358ac5a359f2dbc3ee40df7a04073 Mon Sep 17 00:00:00 2001 From: Ta180m Date: Sun, 17 May 2020 13:29:21 -0500 Subject: [PATCH] Update square.cpp --- square.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/square.cpp b/square.cpp index 0ce2afe..7c51bd5 100644 --- a/square.cpp +++ b/square.cpp @@ -1,6 +1,4 @@ #include -#define f first -#define s second using namespace std; typedef long long ll;