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 listAug 19, 2025 06:16Ashish AhujaAshish AhujaScore: 10,395Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 19, 2025 06:1710,249107,295,73982,061,0003,002,0002,371,584
2Aug 19, 2025 06:1710,256109,265,24378,117,0007,010,0002,330,624
3Aug 19, 2025 06:1710,261104,853,70280,154,0005,009,0002,318,336
4Aug 19, 2025 06:1610,280111,755,77478,297,0007,026,0002,347,008
5Aug 19, 2025 06:1610,311112,806,37179,610,0005,970,0002,326,528
6Aug 19, 2025 06:1610,331113,284,66879,767,0005,982,0002,281,472
7Aug 19, 2025 06:1710,342113,119,23979,851,0005,988,0002,392,064
8Aug 19, 2025 06:1710,344106,481,06379,868,0005,990,0002,326,528
9Aug 19, 2025 06:1610,358112,849,48179,972,0005,997,0002,322,432
10Aug 19, 2025 06:1710,366108,730,47681,032,0005,002,0002,330,624
11Aug 19, 2025 06:1610,381111,357,98980,148,0006,011,0002,314,240
12Aug 19, 2025 06:1710,392112,448,40781,240,0005,014,0002,412,544
13Aug 19, 2025 06:1610,395106,771,12681,262,0005,016,0002,322,432
14Aug 19, 2025 06:1610,413111,981,25781,400,0005,024,0002,498,560
15Aug 19, 2025 06:1710,424115,232,68878,561,0007,955,0002,437,120
16Aug 19, 2025 06:1710,427119,002,13779,577,0006,963,0002,408,448
17Aug 19, 2025 06:1710,431115,049,11080,606,0005,970,0002,334,720
18Aug 19, 2025 06:1710,432113,802,66579,622,0006,966,0002,342,912
19Aug 19, 2025 06:1610,434116,278,02780,631,0005,972,0002,342,912
20Aug 19, 2025 06:1610,465107,417,32280,868,0005,990,0002,351,104
21Aug 19, 2025 06:1610,550118,943,24782,590,0004,975,0002,334,720
22Aug 19, 2025 06:1710,565114,382,87680,712,0006,975,0002,371,584
23Aug 19, 2025 06:1610,725110,826,08983,017,0006,001,0002,322,432
24Aug 19, 2025 06:1610,843112,965,59983,998,0005,999,0002,322,432