diff options
Diffstat (limited to 'contests/Round#809/A/B/C/D/main.cpp')
| -rwxr-xr-x | contests/Round#809/A/B/C/D/main.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contests/Round#809/A/B/C/D/main.cpp b/contests/Round#809/A/B/C/D/main.cpp deleted file mode 100755 index 9549f1d..0000000 --- a/contests/Round#809/A/B/C/D/main.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include<bits/stdc++.h> - -using namespace std; - -int main () { - ios_base::sync_with_stdio(false); - cin.tie(NULL); - int tt; - cin >> tt; - while(tt--){ - - } -} |
