Problem addition
User xingrui
Submission Time 2024-06-26 15:27:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: ‘intx’ was not declared in this scope; did you mean ‘int’?
6 | intx = 4;
| ^~~~
| int
addition.cpp:7:13: error: ‘x’ was not declared in this scope
7 | cout<< 3 + x << "\n";
| ^