Problem addition
User Zubair
Submission Time 2026-06-22 15:21:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:12: error: a function-definition is not allowed here before ‘{’ token
6 | int main() {
| ^
addition.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
addition.cpp:5:16: note: to match this ‘{’
5 | signed main() {
| ^