提交时间:2022-11-27 16:13:51

运行 ID: 6179

#include<iostream> using namespace std; int main(){ int a=0; if(a>1&&a<100){ cout<<"yes"; } return 0; }