0_0_38827171_933.cpp: In function 'int main()':
0_0_38827171_933.cpp:41:60: error: incompatible types in assignment of 'long long int' to 'll [30]' {aka 'long long int [30]'}
41 | for (int j = 0; j <= m; j++) dp[i] = 0x3f3f3f3f3f3f3f3fll;
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~
|