aboutsummaryrefslogtreecommitdiff
path: root/contests/08-03-2022(Div.3)/E/E.cpp
blob: 2601cd549ff2026d14596916f13dd428a58c83f1 (plain)
1
2
3
4
5
6
7
8
9
#include<bits/stdc++.h>

using namespace std;

int main(){
    int tt;

    return 0;
}