This repository has been archived on 2023-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
code/3.cpp

14 lines
203 B
C++

#include <bits/stdc++.h>
#define f first
#define s second
using namespace std;
using ll = long long;
using ii = pair<int, int>;
const int MX = 1e5+5;
int main() {
cin.tie(0)->sync_with_stdio(0);
}