Problem | addition |
---|---|
User | yuvathi12 |
Submission Time | 2025-06-16 14:16:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:5: error: expected initializer before ‘int’
7 | int b
| ^~~
addition.cpp:9:9: error: ‘b’ was not declared in this scope
9 | cin >> b;
| ^
addition.cpp:11:13: error: ‘a’ was not declared in this scope
11 | cout << a + b;
| ^