题解 1783: 星期判断机

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

筛选

星期判断机1783

摘要:解题思路:#include<bits/stdc++.h>usingnamespacestd;intmain(){&nbsp;&nbsp;inta;&nbsp;&am……

星期判断机

摘要:解题思路:简单的switch可以解决注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;inta;&nbsp;&……

指针数组的解

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

用枚举呀,xdm

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

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

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