Problem addition
User Supersky102
Submission Time 2026-02-27 21:43:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:9:13: error: ‘a’ was not declared in this scope
9 | cout << a + b;
| ^
addition.cpp:9:17: error: ‘b’ was not declared in this scope
9 | cout << a + b;
| ^