diff options
| author | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-10 20:10:36 +0200 |
|---|---|---|
| committer | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-10 20:10:36 +0200 |
| commit | fce97ffb0543bb139ad7c2186e3df12f0a63032d (patch) | |
| tree | 1457d7a308cefbd1bb969de59bd83522368bbe6f /contests | |
| parent | 9ce7d317daa06bfbd4298a3cd11a4dcaaedd1f87 (diff) | |
| download | competitive-programming-fce97ffb0543bb139ad7c2186e3df12f0a63032d.tar.xz competitive-programming-fce97ffb0543bb139ad7c2186e3df12f0a63032d.zip | |
Removed unsolved problems in the contest
Diffstat (limited to 'contests')
| -rw-r--r-- | contests/Round#790/10-10-2022(Div4)/E.cpp | 12 | ||||
| -rw-r--r-- | contests/Round#790/10-10-2022(Div4)/G.cpp | 7 |
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 () { - -} |
