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 listSep 3, 2025 22:12Adam FolwarcznyAdam FolwarcznyScore: 7,440Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 3, 2025 22:147,27883,869,76346,313,00014,095,0002,478,080
2Sep 3, 2025 22:147,28782,426,83244,354,00016,129,0002,273,280
3Sep 3, 2025 22:127,32286,367,27545,827,00014,943,0002,277,376
4Sep 3, 2025 22:147,32690,795,66040,867,00019,935,0002,273,280
5Sep 3, 2025 22:147,33085,548,20643,602,00017,238,0002,281,472
6Sep 3, 2025 22:127,33484,644,69444,909,00015,967,0002,277,376
7Sep 3, 2025 22:127,37687,742,85944,159,00017,061,0002,281,472
8Sep 3, 2025 22:147,41889,215,91145,421,00016,149,0002,281,472
9Sep 3, 2025 22:147,42989,792,78944,475,00017,183,0002,273,280
10Sep 3, 2025 22:127,44086,168,26146,814,00014,940,0002,371,584
11Sep 3, 2025 22:147,44392,304,59647,829,00013,950,0002,371,584
12Sep 3, 2025 22:127,44388,047,01947,829,00013,950,0002,404,352
13Sep 3, 2025 22:147,45987,130,13448,927,00012,980,0002,535,424
14Sep 3, 2025 22:147,48583,497,22145,089,00017,033,0002,535,424
15Sep 3, 2025 22:147,48687,442,95846,101,00016,035,0002,277,376
16Sep 3, 2025 22:147,51181,510,74652,287,00010,055,0002,371,584
17Sep 3, 2025 22:127,53488,174,65049,422,00013,112,0002,510,848
18Sep 3, 2025 22:147,61787,239,02446,162,00017,059,0002,301,952