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 listFeb 10, 2026 19:08Daniel MastalerzDaniel MastalerzScore: 8,231Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 10, 2026 19:088,19998,343,95465,048,0003,002,0002,314,240
2Feb 10, 2026 19:088,20691,496,56865,106,0003,004,0002,269,184
3Feb 10, 2026 19:088,21292,272,17264,148,0004,009,0002,269,184
4Feb 10, 2026 19:088,21691,915,37364,184,0004,011,0002,293,760
5Feb 10, 2026 19:088,21889,748,39066,207,0002,006,0002,326,528
6Feb 10, 2026 19:088,22691,831,86166,270,0002,008,0002,269,184
7Feb 10, 2026 19:088,23189,981,10464,301,0004,018,0002,277,376
8Feb 10, 2026 19:088,24093,809,31764,370,0004,023,0002,273,280
9Feb 10, 2026 19:088,25392,434,35165,482,0003,022,0002,326,528
10Feb 10, 2026 19:088,385102,147,12966,571,0003,025,0002,269,184
11Feb 10, 2026 19:088,388101,017,46868,615,0001,009,0002,322,432
12Feb 10, 2026 19:088,40999,325,25266,800,0002,991,0002,269,184