| Problem | ping |
|---|---|
| User | kesleryak |
| Submission Time | 2024-08-18 15:49:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:3:12: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define ll long long
| ^~~~
ping.cpp:7:5: note: in expansion of macro ‘ll’
7 | ll a = ping(0);
| ^~
ping.cpp:8:12: error: ‘a’ was not declared in this scope
8 | return a;
| ^