#include int main(void) { long long int i, P, N, K, win, lose, turn; //scanf("%lld", &P); P = 1000; printf("%lld\n", P / 2); return 0; }