0_0_30619625_8781.cpp: In function 'int main()':
0_0_30619625_8781.cpp:5:16: error: invalid operands of types 'const char [3]' and 'int' to binary 'operator&'
scanf("%d"&a,b);
^
0_0_30619625_8781.cpp:6:12: error: unable to find string literal operator 'operator""a'
printf("%d"a+b);
^
0_0_30619625_8781.cpp:8:1: error: expected ';' before '}' token
}
^
|