NOT gate by Dhilip89

main(){int a,b;scanf("%d",&a);b=0;if(a<1)b=1;printf("%d",b);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page