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 18, 2026 12:12shartgepettoshartgepettoScore: 7,287Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 17, 2026 16:357,15082,760,11956,328,0003,017,0002,445,312
2Mar 18, 2026 12:127,17584,166,61356,527,0003,028,0002,273,280
3Mar 17, 2026 16:357,25092,277,34158,168,0002,005,0002,396,160
4Mar 18, 2026 12:127,28791,876,06257,460,0003,024,0002,469,888
5Mar 18, 2026 12:127,29489,043,21857,512,0003,026,0002,371,584
6Mar 17, 2026 16:357,37484,731,32859,199,0002,006,0002,408,448