ProgramAlgTrain/20240823/十四届蓝桥比赛/主要成分.cpp
2024-08-23 21:44:31 +08:00

10 lines
129 B
C++

#include<bits/stdc++.h>
using namespace std;
int n;
int main(){
ios::sync_with_stdio(false),cin.tie(0),cout.tie(0);
}