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