#include int main(void){ char c; scanf("%hhd",&c); puts("0\n"); return 0; }