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 listFeb 18, 2026 12:05wnwnScore: 7,248Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2026 12:066,18671,417,02446,311,0005,033,0002,387,968
2Feb 18, 2026 12:066,20075,889,00447,421,0004,035,0002,519,040
3Feb 18, 2026 11:536,24772,640,00749,819,0002,033,0002,478,080
4Feb 18, 2026 12:056,26477,035,17146,993,0004,999,0002,498,560
5Feb 18, 2026 12:066,27276,421,41647,052,0005,005,0002,269,184
6Feb 18, 2026 11:536,28476,266,43549,146,0003,008,0002,355,200
7Feb 18, 2026 12:056,29274,361,06449,211,0003,012,0002,330,624
8Feb 18, 2026 12:056,29379,204,69850,222,0002,008,0002,519,040
9Feb 18, 2026 11:536,30575,573,95150,318,0002,012,0002,465,792
10Feb 18, 2026 11:537,14187,833,82856,256,0003,013,0002,482,176
11Feb 18, 2026 12:067,15188,682,96754,324,0005,030,0002,494,464
12Feb 18, 2026 11:537,20285,219,91355,793,0003,985,0002,453,504
13Feb 18, 2026 12:067,24880,986,58758,152,0002,005,0002,396,160
14Feb 18, 2026 12:067,25483,236,10456,194,0004,013,0002,510,848
15Feb 18, 2026 12:067,26182,785,48156,248,0004,017,0002,502,656
16Feb 18, 2026 12:057,27883,567,31657,386,0003,020,0002,523,136
17Feb 18, 2026 12:067,28581,416,96858,449,0002,015,0002,510,848
18Feb 18, 2026 12:057,28592,381,59157,446,0003,023,0002,408,448
19Feb 18, 2026 12:067,32393,180,15057,794,0002,989,0002,445,312
20Feb 18, 2026 11:537,36884,034,26157,142,0004,009,0002,502,656
21Feb 18, 2026 12:067,44985,871,72359,830,0001,994,0002,457,600
22Feb 18, 2026 12:057,45583,580,33257,884,0003,992,0002,342,912
23Feb 18, 2026 12:067,49287,036,52260,175,0002,005,0002,494,464
24Feb 18, 2026 12:067,57684,407,50558,889,0003,992,0002,473,984