Problem addition
User ArianneLim
Submission Time 2024-06-18 10:26:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:11: error: expected unqualified-id before ‘int’
5 | int a = 4,int b = 5;
| ^~~
addition.cpp:6:13: error: ‘b’ was not declared in this scope
6 | cout << (a+b) << endl;
| ^