Submission
Status:
Compilation Error
Subtask/Task Score:
Score: 0
User: Quinruj
Problemset: ปฏิทินวันแม่
Language: cpp
Time: 0.000 second
Submitted On: 2025-10-02 16:59:07
#include <bits/stdc++.h>
#define ll long long
using namespace std;
int arr[12] = {31,59,90,120,151,181,212,243,273,304,334};
int main(){
ios_base::sync_with_stdio(false);
cin.tie(NULL);
int n,m;cin>>n>>m;
cout << (347-arr[n-1]-m)%7
}