#include <iostream>
using namespace std;
int main()
{
cout << "请输入一个大于1的整数:" << endl;
int x;
cin>>x;
if(x>1 || x<<99)
cout<<"x大于1或小于100\n";
else
cout<<"x大于或者等于100\n";
return 0;
}
there is a warningUnrelated to Code::Blocks. Please respect our forum rules and ask in a C/C++ developer forum. Thank you.