aboutsummaryrefslogtreecommitdiff
path: root/08-03-2022(Div.3)/D.cpp
diff options
context:
space:
mode:
Diffstat (limited to '08-03-2022(Div.3)/D.cpp')
-rw-r--r--08-03-2022(Div.3)/D.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/08-03-2022(Div.3)/D.cpp b/08-03-2022(Div.3)/D.cpp
new file mode 100644
index 0000000..0572f03
--- /dev/null
+++ b/08-03-2022(Div.3)/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;
+}