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