#include using namespace std; int main() { string N, K; for( int i = 0; i < 1000; i++ ) { cin >> N >> K; } cout << 1000 / 2 << endl; }