Are you using a 32-bit compiler or a 16-bit?
If 16-bit then you have a problem!
100000000
is 05f5e100 in hex requiring 32-bits to store. Since you are being signed due to the -1, It seems a Highes score of 32767 would be a more suitable test, IFF you are using a 16-bit compiler!
This is Python, the interpreter handles very large integer values only limited by available memory.
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
Offline 5,792 posts
since Oct 2004