| Problem | morepaths |
|---|---|
| User | LCJLY |
| Submission Time | 2023-02-24 14:31:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
morepaths.cpp: In function ‘int32_t main()’:
morepaths.cpp:34:26: error: expected ‘;’ before ‘dp’
34 | memset(dp,-1,sizeof(dp))
| ^
| ;
35 |
36 | dp[1][1][1]=arr[1][1];
| ~~