diff options
Diffstat (limited to 'contests/08-03-2022(Div.3)/D')
| -rw-r--r-- | contests/08-03-2022(Div.3)/D/D.cpp | 20 |
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; +} |
