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 12, 2026 16:57Sergey SerebryakovSergey SerebryakovScore: 7,482Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 12, 2026 16:577,04282,253,30357,439,0001,007,0002,445,312
2Mar 12, 2026 16:577,04782,036,49957,484,0001,008,0002,277,376
3Mar 12, 2026 16:577,04882,668,01257,487,0001,008,0002,277,376
4Mar 12, 2026 16:577,04982,931,64757,501,0001,008,0002,277,376
5Mar 12, 2026 16:577,05079,112,00757,507,0001,008,0002,277,376
6Mar 12, 2026 16:577,05081,686,68957,506,0001,008,0002,277,376
7Mar 12, 2026 16:577,05987,960,75357,579,0001,010,0002,441,216
8Mar 12, 2026 16:577,06391,336,10457,613,0001,010,0002,277,376
9Mar 12, 2026 16:577,16283,097,64158,438,0001,007,0002,445,312
10Mar 12, 2026 16:577,48286,437,59360,100,0002,003,0002,453,504
11Mar 12, 2026 16:577,48483,349,62160,111,0002,003,0002,441,216
12Mar 12, 2026 16:577,49682,413,27360,211,0002,007,0002,273,280
13Mar 12, 2026 16:577,49781,124,42360,218,0002,007,0002,445,312
14Mar 12, 2026 16:577,49786,112,89560,214,0002,007,0002,445,312
15Mar 12, 2026 16:577,49991,269,87761,240,0001,003,0002,445,312
16Mar 12, 2026 16:577,50290,085,10561,266,0001,004,0002,449,408
17Mar 12, 2026 16:577,50684,741,52361,299,0001,004,0002,277,376
18Mar 12, 2026 16:577,51489,721,43162,366,00002,453,504