Problem addition
User Patricia
Submission Time 2025-11-12 16:15:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:7:5: error: expected ‘;’ before ‘x’
7 | cin x >>;
| ^~
| ;
addition.cpp:8:5: error: expected ‘;’ before ‘y’
8 | cin y >>;
| ^~
| ;
addition.cpp:10:17: error: ‘end1’ was not declared in this scope
10 | cout << sum << end1;
| ^~~~
addition.cpp:11:10: error: expected ‘;’ before ‘}’ token
11 | return 0
| ^
| ;
12 | }
| ~