| Problem | hedgehogcrimes_easy |
|---|---|
| User | wasdplant |
| Submission Time | 2025-03-15 17:40:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hedgehogcrimes_easy.cpp: In function ‘int32_t main()’:
hedgehogcrimes_easy.cpp:14:22: error: invalid type argument of unary ‘*’ (have ‘long long int’)
14 | if(i<K) dp[i] = 2**i;
| ^