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 15, 2026 03:58Josu San MartinJosu San MartinScore: 5,129Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 15, 2026 04:054,96767,292,75239,213,0002,010,0002,281,472
2Mar 15, 2026 04:054,96962,656,81239,232,0002,011,0002,404,352
3Mar 15, 2026 03:594,98764,605,15040,386,0001,009,0002,412,544
4Mar 15, 2026 03:594,99166,304,38740,415,0001,010,0002,412,544
5Mar 15, 2026 04:305,00666,687,84740,539,0001,013,0002,281,472
6Mar 15, 2026 03:595,03966,496,27739,834,0001,991,0002,404,352
7Mar 15, 2026 03:595,04063,359,76440,836,000996,0002,502,656
8Mar 15, 2026 03:595,04867,068,53739,906,0001,995,0002,281,472
9Mar 15, 2026 04:055,08067,168,39140,157,0002,007,0002,412,544
10Mar 15, 2026 04:305,09164,241,73940,243,0002,012,0002,281,472
11Mar 15, 2026 03:585,12969,578,27841,556,0001,013,0002,420,736
12Mar 15, 2026 03:595,21569,020,87741,269,0002,013,0002,400,256
13Mar 15, 2026 04:305,22168,745,72942,327,0001,007,0002,281,472
14Mar 15, 2026 04:305,24671,226,75942,532,0001,012,0002,412,544
15Mar 15, 2026 04:005,24770,943,89542,540,0001,012,0002,281,472
16Mar 15, 2026 04:005,25171,959,91242,569,0001,013,0002,412,544
17Mar 15, 2026 04:005,28065,361,43741,836,0001,992,0002,498,560
18Mar 15, 2026 04:305,28167,188,22042,837,000996,0002,408,448
19Mar 15, 2026 04:305,30365,230,90342,015,0002,000,0002,543,616
20Mar 15, 2026 03:585,34269,004,20142,320,0002,015,0002,281,472
21Mar 15, 2026 03:585,44171,632,15243,155,0002,007,0002,404,352