Judge Information
Run ID: 6034
src.cpp: In function 'int main()':
src.cpp:10:1: error: 'c' was not declared in this scope
c=(a+b)*2
^
src.cpp:13:9: error: 'd' was not declared in this scope
cout << d;
^
src.cpp:10:1: error: 'c' was not declared in this scope
c=(a+b)*2
^
src.cpp:13:9: error: 'd' was not declared in this scope
cout << d;
^