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 listJan 15, 2026 16:52Jonathan GopelJonathan GopelScore: 326,713Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 15, 2026 16:47325,8982,737,634,3942,645,978,00058,977,0002,367,488
2Jan 15, 2026 16:52326,0682,735,044,7652,636,411,00069,957,0002,281,472
3Jan 15, 2026 16:47326,0712,729,659,3812,638,434,00067,959,0002,281,472
4Jan 15, 2026 16:52326,0902,736,818,6082,643,580,00062,966,0002,371,584
5Jan 15, 2026 16:52326,1912,732,439,7602,639,424,00067,959,0002,289,664
6Jan 15, 2026 16:52326,3232,735,638,8812,651,514,00056,968,0002,281,472
7Jan 15, 2026 16:47326,3892,741,883,8482,648,075,00060,955,0002,281,472
8Jan 15, 2026 16:52326,3902,736,697,6942,649,077,00059,956,0002,363,392
9Jan 15, 2026 16:47326,4252,743,318,9552,648,341,00060,984,0002,281,472
10Jan 15, 2026 16:47326,4422,733,722,0292,644,503,00064,963,0002,473,984
11Jan 15, 2026 16:52326,4992,734,588,9412,652,966,00056,977,0002,363,392
12Jan 15, 2026 16:52326,5232,737,979,2452,650,157,00059,980,0002,355,200
13Jan 15, 2026 16:47326,7132,741,211,1452,651,749,00059,971,0002,363,392
14Jan 15, 2026 16:52326,9792,738,834,4352,658,949,00054,978,0002,281,472
15Jan 15, 2026 16:52327,0582,748,549,3212,641,620,00072,961,0002,289,664
16Jan 15, 2026 16:47327,1942,744,135,7202,651,761,00063,946,0002,367,488
17Jan 15, 2026 16:47327,3092,740,699,2282,656,691,00059,970,0002,281,472
18Jan 15, 2026 16:52327,3852,744,355,1262,663,333,00053,966,0002,375,680
19Jan 15, 2026 16:52327,5652,743,450,7862,632,829,00085,961,0002,359,296
20Jan 15, 2026 16:52327,5922,746,805,5492,659,034,00059,978,0002,281,472
21Jan 15, 2026 16:52328,2012,745,088,2252,657,094,00066,977,0002,289,664
22Jan 15, 2026 16:52329,2572,756,753,3532,680,860,00051,977,0002,289,664
23Jan 15, 2026 16:47329,9322,767,716,1452,674,469,00063,963,0002,371,584
24Jan 15, 2026 16:52331,7902,777,426,1452,702,880,00050,978,0002,281,472