Main.cc: In function ‘int main()’:
Main.cc:4:11: error: unable to find string literal operator ‘operator""a’ with ‘const char [9]’, ‘long unsigned int’ arguments
scanf("%d %d %d"a,b,c);
^~~~~~~~~~~
Main.cc:6:5: error: ‘g’ was not declared in this scope
g=a-(d*2)+e+i;
^
Main.cc:6:17: error: ‘i’ was not declared in this scope
g=a-(d*2)+e+i;
^
Main.cc:8:5: error: ‘h’ was not declared in this scope
h=b-(e*2)+d+f;
^