int main() { int a=-1; while(true) { cin>> a; if(cin.eof()) break; } cout<<a<<endl; } 輸入"1 ^z" 輸出卻是-1 why ?
確定! 回上一頁