#include void main(void){ int notCircuit = 0; int input = scanf("%d",¬Circuit); if(notCircuit == 0){ printf("0"); }else{ printf("1"); } }