Problem | snail |
---|---|
User | lampardnk |
Submission Time | 2024-01-03 15:57:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snail.cpp: In function ‘int main()’:
snail.cpp:27:5: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
27 | ans = ceil(h/sum);
| ^~~
| abs
snail.cpp:28:5: error: ‘ans_n’ was not declared in this scope
28 | ans_n = 0;
| ^~~~~