@ -0,0 +1,7 @@
#include <stdio.h>
int main(){
int c;
c=(getchar() != EOF);
printf("%d", c);
return 0;
}