Problem | special |
---|---|
User | Pan |
Submission Time | 2024-01-07 22:52:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
special.cpp: In function ‘int main()’:
special.cpp:21:2: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
21 | ans = n-1;
| ^~~
| abs
special.cpp:26:3: error: ‘dpnow’ was not declared in this scope; did you mean ‘pow’?
26 | dpnow = i;
| ^~~~~
| pow