724a专题

Codeforces 724A. Checking the Calendar

链接http://codeforces.com/problemset/problem/724/A 思路 开始想复杂了. #include<bits/stdc++.h>using namespace std;int main(){int r[3];r[0]=31%7;r[1]=30%7;r[2]=28%7; //3 2 0char m[7][20]={"monday","tuesday"