Problem | flappyrabbit |
---|---|
User | haydendoo |
Submission Time | 2023-02-28 12:37:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flappyrabbit.cpp:17:5: error: declaration of ‘int min_fuel(int, int) noexcept’ has a different exception specifier
17 | int min_fuel(int l, int r) noexcept {
| ^~~~~~~~
In file included from flappyrabbit.cpp:2:
flappyrabbit.h:6:5: note: from previous declaration ‘int min_fuel(int, int)’
6 | int min_fuel(int l, int r);
| ^~~~~~~~