Problem sum
User Joashhh
Submission Time 2024-12-13 18:09:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum.cpp: In function ‘int main()’:
sum.cpp:15:10: error: ‘a’ was not declared in this scope
15 | cout << a << " " << b;
| ^
sum.cpp:15:22: error: ‘b’ was not declared in this scope
15 | cout << a << " " << b;
| ^