aboutsummaryrefslogtreecommitdiff
path: root/contests/08-03-2022(Div.3)/D/D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contests/08-03-2022(Div.3)/D/D.cpp')
-rw-r--r--contests/08-03-2022(Div.3)/D/D.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/contests/08-03-2022(Div.3)/D/D.cpp b/contests/08-03-2022(Div.3)/D/D.cpp
new file mode 100644
index 0000000..0572f03
--- /dev/null
+++ b/contests/08-03-2022(Div.3)/D/D.cpp
@@ -0,0 +1,20 @@
+#include<bits/stdc++.h>
+
+using namespace std;
+
+int solve()
+{
+
+}
+
+int main(){
+ int tt;
+ cin >> tt;
+ while(tt--){
+
+
+ }
+
+
+ return 0;
+}