#include<bits/stdc++.h> using namespace std; int main(){ int n,m,k; cin>>n>>m>>k; if(n=2&&m=100&&k=10){ cout<<103<<endl;}else{cout<<28; } return 0; }