aboutsummaryrefslogtreecommitdiff
path: root/contests/Round#790/10-10-2022(Div4)/E.cpp
blob: bcb49af3f3ff584edc3f29c363475dd1e93cbfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include<bits/stdc++.h>

using namespace std;

int main () {
  int tt;
  cin >> tt;
  while(tt--) {
    int n;
  }

}