webCode/Luogu/P1967/P1967.cpp
2023-10-05 18:18:26 +08:00

7 lines
41 B
C++

const int MaxM = 5e4+5;
int main(){
}