C++ 判断二手车价格是否在预算范围内 日期: 2027-10-04 标签: 常规 #include using namespace std; int main(){ int p, q, m; cin >> p >> q >> m; if(m >= p && m <= q){ cout << 'Yes' << endl; } else{ cout << 'No' << endl; } return 0; } 原文地址: https://www.cveoy.top/t/topic/qyfi 著作权归作者所有。请勿转载和采集! 免费AI点我,无需注册和登录