Problem | expansion |
---|---|
User | wrizz69 |
Submission Time | 2024-12-30 16:55:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
expansion.cpp: In function ‘int main()’:
expansion.cpp:44:26: error: ‘d’ was not declared in this scope
44 | extra += d;
| ^
expansion.cpp:50:17: error: ‘extra’ was not declared in this scope; did you mean ‘extern’?
50 | extra += d;
| ^~~~~
| extern
expansion.cpp:53:21: error: ‘extra’ was not declared in this scope; did you mean ‘extern’?
53 | cout << extra << endl;
| ^~~~~
| extern