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 21:55Adam FolwarcznyAdam FolwarcznyScore: 7,204Success
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 21:557,02676,437,60445,244,00013,070,0002,281,472
2Sep 3, 2025 21:557,08480,915,84142,850,00015,944,0002,277,376
3Sep 3, 2025 21:557,08595,632,66641,859,00016,943,0002,359,296
4Sep 3, 2025 21:557,08782,453,91443,868,00014,955,0002,281,472
5Sep 3, 2025 21:557,08882,430,96342,876,00015,954,0002,273,280
6Sep 3, 2025 21:557,09681,334,40345,920,00012,977,0002,371,584
7Sep 3, 2025 21:557,11381,467,78947,034,00012,008,0002,322,432
8Sep 3, 2025 21:557,14777,815,86640,218,00019,103,0002,531,328
9Sep 3, 2025 21:557,18885,936,63938,423,00021,234,0002,273,280
10Sep 3, 2025 21:557,20491,400,70947,835,00011,958,0002,289,664
11Sep 3, 2025 21:557,20781,441,31043,868,00015,952,0002,441,216
12Sep 3, 2025 21:557,23381,122,15947,030,00013,008,0002,277,376
13Sep 3, 2025 21:557,23581,463,03347,040,00013,011,0002,355,200
14Sep 3, 2025 21:557,27287,928,03543,256,00017,101,0002,375,680
15Sep 3, 2025 21:557,30189,120,70649,487,00011,109,0002,535,424
16Sep 3, 2025 21:557,32585,042,25646,847,00013,954,0002,281,472
17Sep 3, 2025 21:557,32588,835,82442,855,00017,939,0002,281,472
18Sep 3, 2025 21:557,32887,915,76842,874,00017,947,0002,289,664