0_0_18571799_10536.cpp: In function 'int main()':
0_0_18571799_10536.cpp:5:28: error: expected ')' before '!' token
while(scanf("%d%d\n",&a,&b)!EOF)
^
0_0_18571799_10536.cpp:5:32: error: expected ';' before ')' token
while(scanf("%d%d\n",&a,&b)!EOF)
^
|