| Problem | sandd |
|---|---|
| User | rasquait |
| Submission Time | 2026-03-17 10:23:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:13:16: error: ‘fabs’ was not declared in this scope; did you mean ‘labs’?
13 | if(fabs(d-s) <= 1)ans = min(ans, mid);
| ^~~~
| labs