diff options
| -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 () { - -} |
