#include <iostream>
using namespace std;
int main(){
	int n,e;
	cin>>n>>e;
	cout<<n;
	return 0;
}