| Problem | ping |
|---|---|
| User | YSH2020 |
| Submission Time | 2023-05-28 21:33:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:4:25: error: ‘pow’ was not declared in this scope
4 | int old_dist = ping(pow(2, 30));
| ^~~
ping.cpp:4:20: error: ‘ping’ was not declared in this scope
4 | int old_dist = ping(pow(2, 30));
| ^~~~