#include using namespace std; int main() { int n,k; string s,t; for(int i = 0; i < n; i++) cin >> s >> t; cout << 500 << endl; return 0; }