| Problem | omnomnom |
|---|---|
| User | Fr5ctal |
| Submission Time | 2026-05-10 21:00:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
omnomnom.cpp: In function ‘long long int dp(long long int, long long int, bool)’:
omnomnom.cpp:10:49: error: expected ‘;’ before ‘long’
10 | if (memo[node][eat]= -1) return memo[node][eat]
| ^
| ;