0_0_23217373_6340.c: In function 'main':
0_0_23217373_6340.c:6:30: error: 'EOF' undeclared (first use in this function)
while(scanf("%d %d",&m,&n)!=EOF)
^
0_0_23217373_6340.c:6:30: note: each undeclared identifier is reported only once for each function it appears in
|