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