| Problem | beareatrabbit |
|---|---|
| User | Red123 |
| Submission Time | 2026-04-06 16:51:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
beareatrabbit.cpp: In function ‘int main()’:
beareatrabbit.cpp:34:18: error: ‘i’ was not declared in this scope
34 | cout << max(dp[i - 1], dp[i - 2]);
| ^