aboutsummaryrefslogtreecommitdiff
path: root/yesOrYes/main.cpp
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-10-31 18:44:43 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-10-31 18:44:43 +0200
commitf2c878488b659cd19ccecc9880e042251585fdbb (patch)
treebef8fe971ea3274a22a4244e0d0aad60d2659627 /yesOrYes/main.cpp
parentadb97626f5553013e2758aeb136c8ffd28436627 (diff)
downloadcompetitive-programming-f2c878488b659cd19ccecc9880e042251585fdbb.tar.xz
competitive-programming-f2c878488b659cd19ccecc9880e042251585fdbb.zip
Added new problems
Diffstat (limited to 'yesOrYes/main.cpp')
-rw-r--r--yesOrYes/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/yesOrYes/main.cpp b/yesOrYes/main.cpp
index 04c4fd5..b4b6954 100644
--- a/yesOrYes/main.cpp
+++ b/yesOrYes/main.cpp
@@ -1,4 +1,5 @@
#include<bits/stdc++.h>
+#include <cctype>
using namespace std;