On Wed, Nov 17, 2004 at 03:00:39AM +0000, dmitriy kuvshinov wrote:
> Woooops!!!!!!!
> i found errors in my algoritm:
> 
>              int tmp_num = j + i;
>              int tmp_num = j + j;
> 
> need
> 
>              int tmp_num = k + i;
>              int tmp_num = j + k;
> 
> i'm very sorry for spam messages.

They're not spam messages. Thanks for getting back to say that you found
your problem - letting people know that you've found the problem stops people
chasing things down unnecessarily.

Nicholas Clark

Reply via email to