#include<bits/stdc++.h> using namespace std; int main(){ int a,s,d; cin>>a>>s>>d; if(a==2){ cout<<103; }else{ cout<<28; } }