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 listMar 21, 2026 04:32Josu San MartinJosu San MartinScore: 7,280Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 04:345,32069,445,19143,157,0001,003,0002,404,352
2Mar 21, 2026 04:315,32966,127,50943,225,0001,005,0002,408,448
3Mar 21, 2026 04:315,33172,013,02742,240,0002,011,0002,281,472
4Mar 21, 2026 04:345,35172,025,45243,403,0001,009,0002,396,160
5Mar 21, 2026 04:315,35566,366,83743,437,0001,010,0002,277,376
6Mar 21, 2026 04:345,36371,907,14943,505,0001,011,0002,281,472
7Mar 21, 2026 04:317,22883,060,13656,997,0002,999,0002,306,048
8Mar 21, 2026 04:327,28087,029,81058,407,0002,014,0002,334,720
9Mar 21, 2026 04:317,34183,074,24258,936,0001,997,0002,412,544
10Mar 21, 2026 04:317,39081,332,11057,312,0004,021,0002,412,544
11Mar 21, 2026 04:327,57998,683,33762,909,00002,392,064
12Mar 21, 2026 04:327,65992,765,39161,586,0001,986,0002,359,296
13Mar 21, 2026 04:329,663102,983,85377,195,0003,007,0002,416,640
14Mar 21, 2026 04:329,684102,763,10679,376,0001,004,0002,412,544
15Mar 21, 2026 04:329,727110,739,78979,734,000996,0002,408,448