Problem | addition |
---|---|
User | ryuki |
Submission Time | 2024-02-28 10:20:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: ‘str’ was not declared in this scope; did you mean ‘std’?
5 | str numbers
| ^~~
| std
addition.cpp:8:10: error: ‘numbers’ was not declared in this scope
8 | int a = numbers.substr(0, numbers.find(' '));
| ^~~~~~~