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 23, 2026 21:31Daniel MastalerzDaniel MastalerzScore: 5,854Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 23, 2026 21:315,76175,426,95446,824,000996,0002,285,568
2Feb 23, 2026 21:315,76279,833,61046,827,000996,0002,498,560
3Feb 23, 2026 21:315,76273,971,01145,834,0001,992,0002,506,752
4Feb 23, 2026 21:315,85488,524,87747,575,0001,012,0002,506,752
5Feb 23, 2026 21:315,86572,501,81048,681,00002,502,656
6Feb 23, 2026 21:315,90271,974,00645,988,0002,999,0002,277,376