求助
查看原帖
求助
740350
FS_qwq楼主2022/11/18 19:56

哪里出问题了吗?一直wait.

#include<bits/stdc++.h>
using namespace std;
int x;
int main(){
	while(1){
		cin>>x;
		if(x==42)break;
		cout<<x<<endl;
	}
	return 0;
}
2022/11/18 19:56
加载中...