aboutsummaryrefslogtreecommitdiff
path: root/contests/testcont
diff options
context:
space:
mode:
Diffstat (limited to 'contests/testcont')
-rw-r--r--contests/testcont/A/main.cpp13
-rw-r--r--contests/testcont/B/main.cpp13
-rw-r--r--contests/testcont/C/main.cpp13
-rw-r--r--contests/testcont/D/main.cpp13
-rw-r--r--contests/testcont/E/main.cpp13
-rw-r--r--contests/testcont/F/main.cpp13
6 files changed, 78 insertions, 0 deletions
diff --git a/contests/testcont/A/main.cpp b/contests/testcont/A/main.cpp
new file mode 100644
index 0000000..9549f1d
--- /dev/null
+++ b/contests/testcont/A/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--){
+
+ }
+}
diff --git a/contests/testcont/B/main.cpp b/contests/testcont/B/main.cpp
new file mode 100644
index 0000000..9549f1d
--- /dev/null
+++ b/contests/testcont/B/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--){
+
+ }
+}
diff --git a/contests/testcont/C/main.cpp b/contests/testcont/C/main.cpp
new file mode 100644
index 0000000..9549f1d
--- /dev/null
+++ b/contests/testcont/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--){
+
+ }
+}
diff --git a/contests/testcont/D/main.cpp b/contests/testcont/D/main.cpp
new file mode 100644
index 0000000..9549f1d
--- /dev/null
+++ b/contests/testcont/D/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--){
+
+ }
+}
diff --git a/contests/testcont/E/main.cpp b/contests/testcont/E/main.cpp
new file mode 100644
index 0000000..9549f1d
--- /dev/null
+++ b/contests/testcont/E/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--){
+
+ }
+}
diff --git a/contests/testcont/F/main.cpp b/contests/testcont/F/main.cpp
new file mode 100644
index 0000000..9549f1d
--- /dev/null
+++ b/contests/testcont/F/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--){
+
+ }
+}