Run id: 157429

Main.cc: In function 'int main()':
Main.cc:4:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=]
     while(scanf("%d%d",a,b)){
                           ^
Main.cc:4:27: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'int' [-Wformat=]
Main.cc:6:5: error: expected ';' before '}' token
     }
     ^