0_0_36520332_4954.cpp: In function 'int main()':
0_0_36520332_4954.cpp:5:26: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
while(scanf("%d %d",&a &b)!=EOF){
^
0_0_36520332_4954.cpp:15:10: error: expected '}' at end of input
return 0;
^
|