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

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:3:14: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:6:1: note: in expansion of macro ‘int’
6 | int b=9
| ^~~
addition.cpp:7:11: error: expected primary-expression before ‘;’ token
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 (){
| ^