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