barb
2010-02-06 10:15:16 UTC
int num = 13195;
my program works correctly and generates the correct answer.
If I change it to
int num = 600851475143;
I get that warning and my program doesn`t generate any answer. What do I do to get an answer
Written in C