| Problem | addition |
|---|---|
| User | kkai |
| Submission Time | 2024-02-19 21:39:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:2: error: expected initializer before ‘A’
8 | A = std::stoi(stringA);
| ^
addition.cpp:10:2: error: ‘sum’ was not declared in this scope
10 | sum = A + B;
| ^~~