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