Problem | ping |
---|---|
User | YSH2020 |
Submission Time | 2023-05-29 11:32:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ping.cpp: In function ‘int rabbit(int)’:
ping.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘long’
10 | long long new_dist = ping(pow(2, 2))
| ^~~~
ping.cpp:11:21: error: ‘i’ was not declared in this scope
11 | for (int i = 1; i < 28; i++) {
| ^