Problem addition
User Delfyne
Submission Time 2026-06-22 16:04:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a;
| ^
addition.cpp:7:8: error: ‘b’ was not declared in this scope
7 | cin>> b;
| ^