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 listApr 10, 2026 14:21Danylo MocherniukDanylo MocherniukScore: 4,872Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 10, 2026 14:214,81161,170,13037,933,0001,996,0002,387,968
2Apr 10, 2026 11:014,82265,267,03937,018,0003,001,0002,387,968
3Apr 10, 2026 11:014,82362,558,41037,027,0003,002,0002,297,856
4Apr 10, 2026 14:214,82463,228,33837,035,0003,002,0002,465,792
5Apr 10, 2026 11:014,83163,075,26737,093,0003,007,0002,297,856
6Apr 10, 2026 11:014,83462,506,16737,111,0003,009,0002,297,856
7Apr 10, 2026 11:014,84065,090,96438,160,0002,008,0002,297,856
8Apr 10, 2026 14:214,84963,516,65638,236,0002,012,0002,297,856
9Apr 10, 2026 11:014,85859,779,21137,297,0003,024,0002,297,856
10Apr 10, 2026 14:214,86361,375,31337,337,0003,027,0002,396,160
11Apr 10, 2026 11:014,87265,827,63138,418,0002,022,0002,297,856
12Apr 10, 2026 11:014,87366,298,82738,420,0002,022,0002,396,160
13Apr 10, 2026 14:214,87662,921,87239,462,0001,011,0002,396,160
14Apr 10, 2026 11:014,88662,684,05339,538,0001,013,0002,297,856
15Apr 10, 2026 11:014,88766,285,22539,546,0001,014,0002,478,080
16Apr 10, 2026 14:214,88871,650,24538,542,0002,028,0002,297,856
17Apr 10, 2026 11:014,89866,542,18938,625,0002,032,0002,387,968
18Apr 10, 2026 14:214,91966,386,24438,837,0001,991,0002,297,856
19Apr 10, 2026 14:214,94664,259,91538,047,0003,003,0002,297,856
20Apr 10, 2026 11:014,98663,913,00438,354,0003,027,0002,297,856
21Apr 10, 2026 14:215,00767,360,88838,519,0003,040,0002,297,856