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, 0 insertions, 20 deletions
diff --git a/08-03-2022(Div.3)/D.cpp b/08-03-2022(Div.3)/D.cpp
deleted file mode 100644
index 0572f03..0000000
--- a/08-03-2022(Div.3)/D.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include<bits/stdc++.h>
-
-using namespace std;
-
-int solve()
-{
-
-}
-
-int main(){
- int tt;
- cin >> tt;
- while(tt--){
-
-
- }
-
-
- return 0;
-}