16.11.2010, 20:12
I'm assuming it's returning it in milliseconds? If so, just divide the answer by 1000.
pawn Код:
printf("It took %d second to get a right answer!", ( GetTickCount( ) - count ) / 1000 );