UKE???
查看原帖
UKE???
752252
fish_hate_cat楼主2022/11/2 16:25

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

#include<iostream>
using namespace std;
int a;
int main()
{
	while(cin >> a == 1)
	{
	    if(a != 45)
	    {
	        cout << a;
	    }
	    else
	    {
	        return 0;
	    }
	}
	return 0;
}
2022/11/2 16:25
加载中...