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