Problem addition
User Zeshawn
Submission Time 2026-06-22 15:33:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:8:61: error: expected ‘}’ at end of input
8 | cout << "The sum of these two numbers is " << a + c << "\n";
| ^
addition.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^