0_0_35212109_24643.c:1:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
include<stdio.h>
^
0_0_35212109_24643.c: In function 'main':
0_0_35212109_24643.c:13:26: error: 'EOF' undeclared (first use in this function)
while(scanf("%d",&x)!=EOF)
^
0_0_35212109_24643.c:13:26: note: each undeclared identifier is reported only once for each function it appears in
|