0_0_34692717_22784.cpp: In function 'int main()':
0_0_34692717_22784.cpp:10:24: error: 'a' was not declared in this scope
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_34692717_22784.cpp:10:27: error: 'b' was not declared in this scope
while(scanf("%d%d",&a,&b)!=EOF)
^
|