0_0_37878166_11861.cpp:4:15: error: invalid types 'int[int]' for array subscript
int dp[105[105];//前i种消耗忍耐度j的最大经验
^
0_0_37878166_11861.cpp:4:16: error: expected ']' before ';' token
int dp[105[105];//前i种消耗忍耐度j的最大经验
^
0_0_37878166_11861.cpp: In function 'int main()':
0_0_37878166_11861.cpp:13:10: error: 'dp' was not declared in this scope
memset(dp,0,sizeof(dp));
^
|