题解 1783: 星期判断机

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

筛选

题解 1783: 星期判断机

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intmain(){&nbsp;&nbsp;inta;&nbs……

星期判断机

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){&nbsp;&nbsp;&nbs……

星期判断机

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

星期判断机(C++switch)

摘要:解题思路:注意事项:参考代码:#include<iostream>using&nbsp;namespace&nbsp;std;int&nbsp;main(){&am……