编译
#include<bits/stdc++.h>
using namespace std;
/*====================*/
#define endl '\n'
/*====================*/
using lnt = long long;
/*====================*/
void Solve(void)
{}
/*====================*/
int main()
{
#ifndef ONLINE_JUDGEfreopen("IN.txt", "r+", stdin);
#endifios::sync_with_stdio(false);cin.tie(NULL), cout.tie(NULL);int T = 1; //cin >> T;while (T--)Solve();return 0;
}