Hi, I had a compile error, because I used bzero
Why????
(i tryed to submit with cstring, string.h, but I had to replace it by zeroing "manually")
Search found 2 matches
- Thu Dec 23, 2004 12:29 pm
- Forum: C++
- Topic: compile error, bzero
- Replies: 1
- Views: 2005
- Mon Aug 02, 2004 6:36 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317849
problem with i & j limit
There is written that i & j are less then 10000 in the problem, but in your input one of them is about 995000, why? I think it's mistake...