| Problem | lazycat |
|---|---|
| User | haydendoo |
| Submission Time | 2023-01-10 13:19:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lazycat.cpp: In function ‘long long int tsp(std::pair<long long int, long long int>, long long int)’:
lazycat.cpp:45:115: error: incompatible types in assignment of ‘int’ to ‘long long int [1024]’
45 | if(mat[start.first][start.second][food[i].first][food[i].second]==-1) return memo[start.first][start.second] = -1;
| ^