Problem sum
User duck
Submission Time 2024-12-02 10:20:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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