Problem | addition |
---|---|
User | Bhoomika7 |
Submission Time | 2023-11-08 10:13:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:6:11: error: ‘a’ was not declared in this scope
6 | cout<<a+b;
| ^
addition.cpp:6:13: error: ‘b’ was not declared in this scope
6 | cout<<a+b;
| ^