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