Problem | addition |
---|---|
User | ryuki |
Submission Time | 2024-02-28 10:12:07 |
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: expected primary-expression before ‘int’
5 | cin >> int numbers;
| ^~~
addition.cpp:7:10: error: ‘numbers’ was not declared in this scope
7 | int a = numbers.substr(0, numbers.find(' '));
| ^~~~~~~