| Problem | ping |
|---|---|
| User | Dolphy |
| Submission Time | 2024-01-19 17:27:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ping.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include 'ping.h'
| ^~~~~~~~
ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:5:10: error: ‘ping’ was not declared in this scope
5 | cout << ping(0) << "\n";
| ^~~~