Problem addition
User yq
Submission Time 2026-06-22 20:20:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:7:14: error: expected ‘)’ before ‘;’ token
7 | if (a=4;b=5;) cout<<9; else {cout<<a+b;
| ~ ^
| )
addition.cpp:7:15: error: expected primary-expression before ‘)’ token
7 | if (a=4;b=5;) cout<<9; else {cout<<a+b;
| ^
addition.cpp:7:26: error: ‘else’ without a previous ‘if’
7 | if (a=4;b=5;) cout<<9; else {cout<<a+b;
| ^~~~