bdfz_2024_summer/day7/P3372/P3372.cpp

9 lines
103 B
C++
Raw Normal View History

2024-08-09 08:01:04 +00:00
#include<bits/stdc++.h>
using namespace std;
const int MAX_N = 1e5+5;
int main(){
int n,m;
}