| Problem | exponentiate |
|---|---|
| User | NoynYT |
| Submission Time | 2025-02-13 16:42:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:9:21: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
9 | double aftermod = mod(end);
| ^~~
| modf