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