#include<bits/stdc++.h>
using namespace std;
int main()
{
long ts;
cin>>ts;
while(ts--)
{
string s,s1;
cin>>s>>s1;
map<string,long>mp;
mp["SUN"]=1;
mp["MON"]=2;
mp["TUE"]=3;
mp["WED"]=4;
mp["THU"]=5;
mp["FRI"]=6;
mp["SAT"]=0;
int i,tot;
if(s=="JAN"||s=="MAR"||s=="MAY"||s=="JUL"||s=="AUG"||s=="OCT"||s=="DEC")
{
tot=31;
}
else if(s=="FEB")
tot=28;
else tot=30;
int x=mp[s1],x1,ans=0;
x1=x;
for(i=1;i<=tot;i++)
{
if(x%7==0||x%7==6)
ans++;
x++;
}
cout<<ans<<endl;
}
}
using namespace std;
int main()
{
long ts;
cin>>ts;
while(ts--)
{
string s,s1;
cin>>s>>s1;
map<string,long>mp;
mp["SUN"]=1;
mp["MON"]=2;
mp["TUE"]=3;
mp["WED"]=4;
mp["THU"]=5;
mp["FRI"]=6;
mp["SAT"]=0;
int i,tot;
if(s=="JAN"||s=="MAR"||s=="MAY"||s=="JUL"||s=="AUG"||s=="OCT"||s=="DEC")
{
tot=31;
}
else if(s=="FEB")
tot=28;
else tot=30;
int x=mp[s1],x1,ans=0;
x1=x;
for(i=1;i<=tot;i++)
{
if(x%7==0||x%7==6)
ans++;
x++;
}
cout<<ans<<endl;
}
}
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন