题解 1783: 星期判断机

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

筛选

1783: 星期判断机

摘要:解题思路:注意事项:不要写错单词!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!参考代码:#include <bits/stdc++.h>using namespace std;i……

编写题解 1783: 星期判断机

摘要:解题思路:注意事项:单词不要拼错!!!!!!!!!!!!!!!!!!!!参考代码:#include <bits/stdc++.h>using namespace std;int main(){    ……

题解 1783: 星期判断机

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

星期判断机

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){    int n;    cin>>n;    switch……

星期判断机

摘要:解题思路:简单的switch 可以解决注意事项:参考代码:#include<stdio.h>int main(){    int a;    scanf("%d",&a);    switch(a) ……