Problem | flybot |
---|---|
User | Poket |
Submission Time | 2023-07-08 19:43:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flybot.cpp: In function ‘long long int dp(int, int)’:
flybot.cpp:31:12: error: a function-definition is not allowed here before ‘{’ token
31 | int main() {
| ^
flybot.cpp:53:1: error: expected ‘}’ at end of input
53 | }
| ^
flybot.cpp:7:28: note: to match this ‘{’
7 | long long dp(int l, int h) {
| ^