7 lines
88 B
C++
7 lines
88 B
C++
#include<bits/stdc++.h>
|
|
using namespace std;
|
|
|
|
// const int MAX_N = 1e5+5;
|
|
|
|
int main(){
|
|
} |