From 1ccba7112b334c0887bd349966219b38eb9ccfb9 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 10 Dec 2023 15:55:42 +0200 Subject: Removed some empty problems and solved 2 problems in rust --- contests/Round788/B/B.cpp | 7 ------- contests/Round788/C/C.cpp | 7 ------- contests/Round788/D/D.cpp | 7 ------- contests/Round788/E/E.cpp | 7 ------- contests/Round788/F/F.cpp | 7 ------- 5 files changed, 35 deletions(-) delete mode 100755 contests/Round788/B/B.cpp delete mode 100755 contests/Round788/C/C.cpp delete mode 100755 contests/Round788/D/D.cpp delete mode 100755 contests/Round788/E/E.cpp delete mode 100755 contests/Round788/F/F.cpp (limited to 'contests/Round788') diff --git a/contests/Round788/B/B.cpp b/contests/Round788/B/B.cpp deleted file mode 100755 index 02b1493..0000000 --- a/contests/Round788/B/B.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include - -using namespace std; - -int main () { - -} diff --git a/contests/Round788/C/C.cpp b/contests/Round788/C/C.cpp deleted file mode 100755 index f7133e4..0000000 --- a/contests/Round788/C/C.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include - -using namespace std - -int main () { - -} diff --git a/contests/Round788/D/D.cpp b/contests/Round788/D/D.cpp deleted file mode 100755 index f7133e4..0000000 --- a/contests/Round788/D/D.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include - -using namespace std - -int main () { - -} diff --git a/contests/Round788/E/E.cpp b/contests/Round788/E/E.cpp deleted file mode 100755 index f7133e4..0000000 --- a/contests/Round788/E/E.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include - -using namespace std - -int main () { - -} diff --git a/contests/Round788/F/F.cpp b/contests/Round788/F/F.cpp deleted file mode 100755 index f7133e4..0000000 --- a/contests/Round788/F/F.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include - -using namespace std - -int main () { - -} -- cgit v1.2.3