aboutsummaryrefslogtreecommitdiff
path: root/contests/Round#790/10-10-2022(Div4)
diff options
context:
space:
mode:
authorOmar Magdy <omar.professional8777@gmail.com>2022-05-10 20:10:36 +0200
committerOmar Magdy <omar.professional8777@gmail.com>2022-05-10 20:10:36 +0200
commitfce97ffb0543bb139ad7c2186e3df12f0a63032d (patch)
tree1457d7a308cefbd1bb969de59bd83522368bbe6f /contests/Round#790/10-10-2022(Div4)
parent9ce7d317daa06bfbd4298a3cd11a4dcaaedd1f87 (diff)
downloadcompetitive-programming-fce97ffb0543bb139ad7c2186e3df12f0a63032d.tar.xz
competitive-programming-fce97ffb0543bb139ad7c2186e3df12f0a63032d.zip
Removed unsolved problems in the contest
Diffstat (limited to 'contests/Round#790/10-10-2022(Div4)')
-rw-r--r--contests/Round#790/10-10-2022(Div4)/E.cpp12
-rw-r--r--contests/Round#790/10-10-2022(Div4)/G.cpp7
2 files changed, 0 insertions, 19 deletions
diff --git a/contests/Round#790/10-10-2022(Div4)/E.cpp b/contests/Round#790/10-10-2022(Div4)/E.cpp
deleted file mode 100644
index bcb49af..0000000
--- a/contests/Round#790/10-10-2022(Div4)/E.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include<bits/stdc++.h>
-
-using namespace std;
-
-int main () {
- int tt;
- cin >> tt;
- while(tt--) {
- int n;
- }
-
-}
diff --git a/contests/Round#790/10-10-2022(Div4)/G.cpp b/contests/Round#790/10-10-2022(Div4)/G.cpp
deleted file mode 100644
index f7133e4..0000000
--- a/contests/Round#790/10-10-2022(Div4)/G.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include<bits/stdc++.h>
-
-using namespace std
-
-int main () {
-
-}