Judge Information

Run ID: 6035
src.cpp: In function 'int main()':
src.cpp:10:1: error: 'c' was not declared in this scope
c=(a+b)*2;
^
src.cpp:11:1: error: 'd' was not declared in this scope
d=a*b;
^