I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Programming » C/C++ »

resistantgnome\′s Photo
15 Nov 05, 12:40PM
There are many issues with your code....to start with... you should not use
void main(void)

...it should be
int main(void)

...secondly, make variable i as long instead of int and try increasing the limit of in for loop to 100000000 or to even higher value ....you will notice a time difference
Currently you need to be logged in to leave a message.