cf的题怎么发布上去? 比如 SP1 (真是开门“红”``` #include
using namespace std;
int main()
{
int as; while(cin>>as,as!=42) cout<<as<<endl; return 0;
}