Problem | addition |
---|---|
User | KingKian |
Submission Time | 2023-09-13 15:29:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:19: error: ‘a’ was not declared in this scope
8 | num1 = cin >> a;
| ^
addition.cpp:9:19: error: ‘b’ was not declared in this scope
9 | num2 = cin >> b;
| ^