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