0_0_25718387_32444.c: In function 'main':
0_0_25718387_32444.c:44:33: error: 'EOF' undeclared (first use in this function)
while(scanf("%d %d",&N,&R)!=EOF)
^
0_0_25718387_32444.c:44:33: note: each undeclared identifier is reported only once for each function it appears in
|