Problem sandd
User polyda88
Submission Time 2024-05-21 23:37:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:13:7: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
13 | ans = mi;
| ^~~
| abs
sandd.cpp:18:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
18 | ans = mi;
| ^~~
| abs
sandd.cpp:21:16: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
21 | return ans;
| ^~~
| abs
sandd.cpp:25:3: error: ‘p’ was not declared in this scope
25 | p = ans;
| ^
sandd.cpp:25:7: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
25 | p = ans;
| ^~~
| abs