bdfz_2024_summer/day7/P3372/P3372.cpp

7 lines
88 B
C++
Raw Permalink Normal View History

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