解题思路:
#include <bits/stdtr1c++.h>
using namespace std;
int main()
{
int t;
cin>>t;
if(25<=t && t<=30)
{
cout<<"ok!";
}
else
{
cout<<"no!";
}
return 0;
}
注意事项:
参考代码:
0.0分
2 人评分
C语言程序设计教程(第三版)课后习题6.10 (C语言代码)浏览:773 |
C二级辅导-进制转换 (C语言代码)浏览:551 |
C语言程序设计教程(第三版)课后习题3.7 (C++代码)浏览:1024 |
C语言程序设计教程(第三版)课后习题11.5 (C语言代码)浏览:654 |
C语言程序设计教程(第三版)课后习题6.3 (C语言代码)浏览:511 |
不容易系列 (C语言代码)浏览:702 |
【蟠桃记】 (C语言代码)浏览:1084 |
蚂蚁感冒 (C语言代码)浏览:1408 |
printf基础练习2 (C语言代码)浏览:547 |
A+B for Input-Output Practice (IV) (C语言代码)浏览:529 |