unsigned int i;. try {. long j;. cin>>j;. if (j<0). throw -1;. else. i=j;. } catch(int e) {. cout<<"negative number!"<<endl;. }.
確定! 回上一頁