60求调(雾)
查看原帖
60求调(雾)
1593174
wanjunyu2013楼主2025/8/5 09:22
#include<bits/stdc++.h>
using namespace std;
#define int long long
const int N=1e7+10;
int noip;
void ap(){
    cout<<1;
}
signed main() {
	ios::sync_with_stdio(0);
	cin.tie(0),cout.tie(0);
    noip=1;
	//cin>>noip;
	while(noip--){
		ap();
	}
	return 0;
}

2025/8/5 09:22
加载中...