Unknown Error???
查看原帖
Unknown Error???
659460
SunsetVoice楼主2022/10/16 09:29

https://www.luogu.com.cn/record/90108104

#include<bits/stdc++.h>
using namespace std;
int main(){
	while(true){
		int the_CSP_is_too_hard;
		cin>>the_CSP_is_too_hard;
		if(the_CSP_is_too_hard!=42)cout<<the_CSP_is_too_hard<<endl;
		else break;
	}
	return 0;
}

2022/10/16 09:29
加载中...