Problem addition
User thechillguy123456
Submission Time 2025-01-20 16:50:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:5: error: expected ‘;’ before ‘b’
5 | a=0
| ^
| ;
6 | b=0
| ~
addition.cpp:9:20: error: expected ‘}’ at end of input
9 | std::cout << a + b;
| ^
addition.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^