题解 1783: 星期判断机

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

指针数组的解

摘要:#includeintmain(){char*p[7]={{"Sunday"},{"Monday"},{"Tuesday"},\{"……

1783: 星期判断机

摘要:看清楚题目,0的时候是Sunday,第一次时直接踩坑。。import java.util.Scanner;public class Main&am……

用枚举呀,xdm

摘要:解题思路:用枚举,枚举很方便注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;enumweek{Sun=0,Mon,Tues……

星期判断机-题解

摘要:参考代码:#include<iostream>using&nbsp;namespace&nbsp;std;int&nbsp;main()&nbsp;{int……

星期判断机 (C语言代码)

摘要:解题思路:注意事项:星期六虽然是saturday,但是老师给的例子是satday;参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;i……