1872:春夏秋冬判断 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int month; while(scanf("%d",&month)!=EOF) { if(month>=…… 题解列表 2022年10月29日 0 点赞 0 评论 154 浏览 评分:0.0
1872: 春夏秋冬季节判断 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int n; cin>>n; …… 题解列表 2023年10月15日 0 点赞 0 评论 81 浏览 评分:0.0
春夏秋冬季节判断(switch-case) 摘要:参考代码: ```c #include int main() { int n; scanf("%d",&n); switch(n) { ca…… 题解列表 2023年10月30日 0 点赞 0 评论 113 浏览 评分:0.0
无虑,无悔,无题。 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int m; scanf("%d",&m); switch (m){ case 1 : case 2 :prin…… 题解列表 2024年11月21日 0 点赞 0 评论 118 浏览 评分:0.0