aboutsummaryrefslogtreecommitdiff
path: root/contests/testcont/E/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contests/testcont/E/main.cpp')
-rwxr-xr-xcontests/testcont/E/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/contests/testcont/E/main.cpp b/contests/testcont/E/main.cpp
deleted file mode 100755
index 9549f1d..0000000
--- a/contests/testcont/E/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--){
-
- }
-}