| Problem | hackinggate |
|---|---|
| User | Sans12345 |
| Submission Time | 2025-03-12 13:29:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hackinggate.cpp: In function ‘int main()’:
hackinggate.cpp:43:5: error: ‘chkmin’ was not declared in this scope
43 | chkmin(dp[i|(1<<j-1)|(1<<l-1)],dp[i]+d[j][l]);
| ^~~~~~