| Problem | addition |
|---|---|
| User | ryuki |
| Submission Time | 2024-02-28 10:11:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:9: error: ‘numbers’ was not declared in this scope
5 | cin >> numbers;
| ^~~~~~~
addition.cpp:7:2: error: ‘a’ was not declared in this scope
7 | a = numbers.substr(0, numbers.find(' '));
| ^
addition.cpp:8:2: error: ‘b’ was not declared in this scope
8 | b = numbers.substr(1, numbers.find(' '));
| ^