97 条题解
-
-1
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; if(n%2==0/*是偶数*/&&n/2>=5/*最小的两位偶数10÷2=5*/&&n/2<=49/*最大的两位偶数98÷2=49*/){ cout << "Yes"; } else{ cout << "No"; } return 0; } /* ^ / \ / \ / \ / \ / \ | | | 中 | ^ | 国 | ^ / \ | 航 | / \ / \ | 天 | / \ / \ | | / \ ////////// \\\\\\\\\\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | /||||||||\ \ / /||||||||\ |||||||||| /|||||||||||\ |||||||||| /|||||||||||||\ /|||||||||||||||\ ||||||||||||||||| 先点赞 后搬运 */
信息
- ID
- 653
- 时间
- 1000ms
- 内存
- 16MiB
- 难度
- 6
- 标签
- 递交数
- 12241
- 已通过
- 3816
- 上传者