0_0_18545172_11945.cpp: In function 'int main()':
0_0_18545172_11945.cpp:5:13: error: invalid operands of types 'const char [3]' and 'int' to binary 'operator&'
scanf("%d"&n);
^
0_0_18545172_11945.cpp:8:18: error: invalid operands of types 'const char [6]' and 'int' to binary 'operator&'
scanf("%d %d"&a,&b);
^
|