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 15, 2026 01:49zielajzielajScore: 3,511Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 15, 2026 01:483,49255,014,91426,985,0001,998,0002,519,040
2Mar 15, 2026 16:283,49252,420,74626,985,0001,998,0002,437,120
3Mar 15, 2026 01:483,49856,925,18927,030,0002,002,0002,433,024
4Mar 15, 2026 16:293,49848,827,43327,032,0002,002,0002,506,752
5Mar 15, 2026 16:293,50050,723,06727,050,0002,003,0002,433,024
6Mar 15, 2026 16:293,50051,814,59027,044,0002,003,0002,519,040
7Mar 15, 2026 01:493,50151,324,44127,055,0002,004,0002,437,120
8Mar 15, 2026 16:283,50253,474,14127,066,0002,004,0002,441,216
9Mar 15, 2026 16:293,50553,705,89627,089,0002,006,0002,506,752
10Mar 15, 2026 16:283,51156,902,24227,130,0002,009,0002,424,832
11Mar 15, 2026 16:293,51351,484,80627,151,0002,011,0002,437,120
12Mar 15, 2026 01:493,51449,352,27627,152,0002,011,0002,514,944
13Mar 15, 2026 16:293,51452,955,15627,157,0002,011,0002,514,944
14Mar 15, 2026 01:493,51653,530,14827,169,0002,012,0002,437,120
15Mar 15, 2026 01:493,51652,162,72527,171,0002,012,0002,437,120
16Mar 15, 2026 01:483,53052,117,85627,278,0002,020,0002,514,944
17Mar 15, 2026 01:493,53355,751,24627,298,0002,022,0002,437,120
18Mar 15, 2026 01:493,53448,513,67527,309,0002,022,0002,519,040