|  | 
|  | 
| вернуться в форум | maximum lenght 4000 I had a program using a code like
 #define maxn 4096
 
 bool mat[maxn][maxn];
 long optim[maxn];
 long last[maxn];
 
 and got crash
 
 i changed maxn to 6000 and then got ac...
 
 maybe it was a bug, but maybe there's a test (59) that is too long
Re: maximum lenght 4000 Length of the string in 59 test (as in all other tests) is not greater than 4000.maximum lenght 4000 Послано Sunnat  24 окт 2012 20:51char a[4000];short min[4000];
 short front[4000];
 ('_')
 
 Edited by author 24.10.2012 20:53
 | 
 | 
|