Grams → tons

The weight of gold is measured in grams. Yet, when big countries have too much of it, the numbers become too large, and it becomes hard to keep track of in grams. So, they start reporting those numbers in tons which is equivalent to 1 million grams (1000000 grams).
There are many reports that are done in grams, and you are asked to write a program to convert those to tons and discard the remainder.
Input
Output
999888
0
1002898
1
 

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue