#include int main() { int N; scanf("%d", &N); printf("0\n"); return 0; }