Problem addition
User abdullahmazlan13
Submission Time 2026-06-22 14:25:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:10:20: error: expected ‘}’ at end of input
10 | int sum = a + b;
| ^
addition.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^