Parse integers Sergey Svistunov

Compute the sum of integers read from STDIN as fast as possible.

Input: 50 000 000 lines, each containing one integer in the range [0; 2147483647].

629871117
2024562523
1372689083
1021777120
2111176472

Output: The uint64 sum of all numbers, printed as a decimal string.

Note: Integer overflow is expected – use a 64-bit accumulator.

Back to listFeb 17, 2026 21:00wnwnScore: 7,316Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2026 21:006,26774,906,14249,018,0003,001,0002,387,968
2Feb 17, 2026 21:006,31875,799,94050,422,0002,016,0002,519,040
3Feb 17, 2026 21:006,32980,115,64050,508,0002,020,0002,498,560
4Feb 17, 2026 21:007,19489,065,39355,732,0003,980,0002,428,928
5Feb 17, 2026 21:007,20689,913,58058,816,000996,0002,314,240
6Feb 17, 2026 21:007,21790,837,65556,903,0002,994,0002,473,984
7Feb 17, 2026 21:007,26481,427,49756,275,0004,019,0002,408,448
8Feb 17, 2026 21:007,31691,755,19555,746,0004,977,0002,502,656
9Feb 17, 2026 20:597,32086,340,66958,768,0001,992,0002,457,600
10Feb 17, 2026 21:007,34385,343,08357,952,0002,997,0002,473,984
11Feb 17, 2026 21:007,36783,765,21658,137,0003,007,0002,498,560
12Feb 17, 2026 20:597,39483,291,12958,351,0003,018,0002,473,984
13Feb 17, 2026 20:597,42089,515,90358,554,0003,028,0002,367,488
14Feb 17, 2026 21:007,42387,979,63858,580,0003,030,0002,281,472
15Feb 17, 2026 21:007,44087,787,70458,768,0002,988,0002,453,504