aboutsummaryrefslogtreecommitdiff
path: root/contests/Round#790/10-10-2022(Div4)/E.cpp
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)/E.cpp
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)/E.cpp')
-rw-r--r--contests/Round#790/10-10-2022(Div4)/E.cpp12
1 files changed, 0 insertions, 12 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;
- }
-
-}