数组的某一维的索引为负数

2021-07-10 00:06

阅读:465

标签:int   max   bsp   索引   etc   nbsp   负数   数组   

 

1.

etc. f[10][-3][5][-5]

Sol:

maxn=n+k (etc. k=10)

f[maxn][maxn]

 

2.

etc. f[-1][10][10]

Sol:

int zz[200],f[maxn][maxn][maxn];

 

数组的某一维的索引为负数

标签:int   max   bsp   索引   etc   nbsp   负数   数组   

原文地址:https://www.cnblogs.com/cmyg/p/9563399.html


评论


亲,登录后才可以留言!