0_0_15053832_11454.cpp: In function 'int main()':
0_0_15053832_11454.cpp:17:25: error: invalid operands of types 'const char [4]' and 'int' to binary 'operator&'
scanf("%d "&soda[j]) ;
^
0_0_15053832_11454.cpp:23:22: error: invalid operands of types 'const char [4]' and 'int' to binary 'operator&'
scanf("%d "&beta[k]) ;
^
0_0_15053832_11454.cpp:28:15: error: 'beat' was not declared in this scope
if(soda[a]>beat[a])
^
|