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