该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。
int n = 30; if(n < 30) { cout << "a" << endl; } if(n > 40) { cout << "b" << endl; } if(n >= 30) { cout << "c" << endl; } if(n != 30) { cout << "d" << endl; }
使用您的 CJSOJ 通用账户