hack第五篇题解
查看原帖
hack第五篇题解
200044
JS_TZ_ZHR楼主2022/9/29 21:54
#include<bits/stdc++.h>
using namespace std;
int main(){
	cout<<100000<<endl;
	for(int i=1;i<=99999;i++)cout<<1<<' ';
	cout<<0<<endl;
}

@小粉兔

2022/9/29 21:54
加载中...