Problem addition
User Ok
Submission Time 2026-03-02 16:16:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:7:15: error: ‘a’ was not declared in this scope
7 | scanf(" %d",&a);
| ^
addition.cpp:8:15: error: ‘b’ was not declared in this scope
8 | scanf(" %d",&b);
| ^
addition.cpp:12:12: error: ‘g’ was not declared in this scope
12 | s.insert(g);
| ^