#include using namespace std; using Int=long long; using Real=long double; templateinline bool chmin(T&A,S B){if(A>B){A=B;return true;}else{return false;}} templateinline bool chmax(T&A,S B){if(A>S>>T; int ans=1; if((S=="Sat"||S=="Sun")&&(T=="Sat"||T=="Sun"))ans=3; else if(S=="Sat"||S=="Sun")ans=2; cout<<"8/3"<>T; while(T--)sol(); }