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 24, 2026 07:23woke02woke02Score: 140,967Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 26, 2026 04:13139,9381,203,169,529783,000,000378,483,0002,383,872
2Mar 26, 2026 04:13140,0181,199,127,576769,777,000392,376,0002,469,888
3Mar 24, 2026 07:23140,4541,196,683,047773,520,000392,249,0002,502,656
4Mar 26, 2026 04:13140,5051,199,646,101775,462,000390,728,0002,465,792
5Mar 24, 2026 07:23140,6511,204,595,526781,603,000385,804,0002,473,984
6Mar 24, 2026 07:23140,7531,209,574,336785,153,000383,099,0002,424,832
7Mar 24, 2026 07:23140,8301,205,073,952768,955,000399,936,0002,498,560
8Mar 26, 2026 04:13140,9591,202,624,837780,971,000388,989,0002,437,120
9Mar 26, 2026 04:13140,9621,205,724,619771,332,000398,654,0002,445,312
10Mar 26, 2026 04:13140,9671,209,352,892762,711,000407,311,0002,457,600
11Mar 26, 2026 04:13140,9841,207,314,819770,479,000399,692,0002,424,832
12Mar 26, 2026 04:13140,9911,209,706,535773,166,000397,058,0002,342,912
13Mar 24, 2026 07:23141,0201,206,831,829767,992,000402,472,0002,457,600
14Mar 26, 2026 04:13141,1851,204,655,589779,232,000392,605,0002,486,272
15Mar 24, 2026 07:23141,1861,205,307,101774,911,000396,930,0002,437,120
16Mar 24, 2026 07:23141,2421,210,031,557797,847,000374,459,0002,592,768
17Mar 24, 2026 07:23141,4191,210,519,445770,512,000403,268,0002,486,272
18Mar 24, 2026 07:23141,5421,209,882,958764,867,000409,928,0002,424,832