---- enum bushiwoshuo ---- 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main() { enum Week {SUN,M…… 题解列表 2026年06月22日 2 点赞 0 评论 89 浏览 评分:10.0
C++简单解法 摘要:#includeusing namespace std;int main(void){ int a; cin>>a; switch(a) { case 1:c…… 题解列表 2025年02月28日 0 点赞 0 评论 514 浏览 评分:10.0
题解 1783: 星期判断机(C代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h> int main() { int a; scanf( "%d", &a ); switch(a) …… 题解列表 2021年06月02日 0 点赞 0 评论 1492 浏览 评分:9.9
星期判断机1783 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; switch(a){ c…… 题解列表 2024年01月07日 0 点赞 0 评论 730 浏览 评分:9.9
1783: 星期判断机 摘要:解题思路:注意事项:最后是 default:cout<<"input error!"<<endl;break;参考代码:#include <bits/stdc++.h>using namespa…… 题解列表 2024年01月06日 0 点赞 0 评论 660 浏览 评分:9.9
1783: 星期判断机 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a; cin>>a; switch…… 题解列表 2024年01月06日 0 点赞 0 评论 454 浏览 评分:9.9
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) { …… 题解列表 2024年01月06日 0 点赞 0 评论 673 浏览 评分:9.9
1783: 星期判断机 摘要:解题思路:注意事项:不要写错单词!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!参考代码:#include <bits/stdc++.h>using namespace std;i…… 题解列表 2024年01月02日 0 点赞 0 评论 386 浏览 评分:9.9
编写题解 1783: 星期判断机 摘要:解题思路:注意事项:单词不要拼错!!!!!!!!!!!!!!!!!!!!参考代码:#include <bits/stdc++.h>using namespace std;int main(){ …… 题解列表 2023年12月31日 0 点赞 0 评论 452 浏览 评分:9.9
星期判断机 摘要:解题思路:简单的switch 可以解决注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); switch(a) …… 题解列表 2022年11月11日 0 点赞 0 评论 611 浏览 评分:9.9