#include<iostream>
#include<string>

using namespace std;

int main(){

	string in;

	while(cin>>in);

	cout<<"500"<<endl;
	
}