Problem | ping |
---|---|
User | DihydrogenMonoxide |
Submission Time | 2023-12-29 10:28:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:5:2: error: ‘ll’ was not declared in this scope
5 | ll result = ping(1);
| ^~
ping.cpp:6:9: error: ‘result’ was not declared in this scope
6 | return result+1;
| ^~~~~~