Problem addition
User gamer1234e
Submission Time 2026-02-20 14:34:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:6: error: expected unqualified-id before numeric constant
5 | ;int 5=a
| ^
addition.cpp:6:6: error: expected unqualified-id before numeric constant
6 | ;int 6=b
| ^
addition.cpp:7:11: error: expected primary-expression before ‘;’ token
7 | ;cout<<;a+b
| ^
addition.cpp:7:12: error: ‘a’ was not declared in this scope
7 | ;cout<<;a+b
| ^
addition.cpp:7:14: error: ‘b’ was not declared in this scope
7 | ;cout<<;a+b
| ^
addition.cpp:7:14: error: expected ‘}’ at end of input
addition.cpp:4:16: note: to match this ‘{’
4 | signed main (){
| ^