Update square.cpp

This commit is contained in:
Anthony Wang 2020-05-17 13:29:21 -05:00
parent bcfdbed991
commit 79599e9669

View File

@ -1,6 +1,4 @@
#include <bits/stdc++.h>
#define f first
#define s second
using namespace std;
typedef long long ll;