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 10:14wnwnScore: 7,177Success
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 10:126,26578,967,11249,999,0001,999,0002,277,376
2Feb 18, 2026 10:166,29672,554,74947,234,0005,024,0002,445,312
3Feb 18, 2026 10:076,29875,754,31449,261,0003,016,0002,322,432
4Feb 18, 2026 10:036,32375,363,74948,442,0004,036,0002,449,408
5Feb 18, 2026 10:076,32574,654,83949,470,0003,028,0002,318,336
6Feb 18, 2026 10:076,32676,625,47449,477,0003,029,0002,338,816
7Feb 18, 2026 10:036,33384,288,62549,531,0003,032,0002,371,584
8Feb 18, 2026 10:126,34879,065,37849,646,0003,039,0002,363,392
9Feb 18, 2026 10:166,36080,512,34851,796,000996,0002,408,448
10Feb 18, 2026 10:166,36681,557,22348,847,0003,987,0002,330,624
11Feb 18, 2026 10:146,36876,136,17949,865,0002,991,0002,473,984
12Feb 18, 2026 10:146,38380,538,30649,984,0002,999,0002,441,216
13Feb 18, 2026 10:146,39175,034,11149,042,0004,003,0002,383,872
14Feb 18, 2026 10:036,41978,284,41751,266,0002,010,0002,355,200
15Feb 18, 2026 10:126,48481,700,72351,823,0001,993,0002,342,912
16Feb 18, 2026 10:147,14085,337,16756,249,0003,013,0002,392,064
17Feb 18, 2026 10:147,15586,072,43956,371,0003,019,0002,424,832
18Feb 18, 2026 10:147,16682,857,10656,451,0003,024,0002,318,336
19Feb 18, 2026 10:147,17784,214,63155,535,0004,038,0002,416,640
20Feb 18, 2026 10:147,20491,878,14956,803,0002,989,0002,445,312
21Feb 18, 2026 10:037,22586,002,79458,971,000999,0002,523,136
22Feb 18, 2026 10:147,23582,108,50056,049,0004,003,0002,281,472
23Feb 18, 2026 10:127,24482,452,42457,120,0003,006,0002,482,176
24Feb 18, 2026 10:127,25586,369,21359,214,0001,003,0002,510,848
25Feb 18, 2026 10:037,26480,873,93357,280,0003,014,0002,277,376
26Feb 18, 2026 10:167,27190,504,10657,336,0003,017,0002,498,560
27Feb 18, 2026 10:127,32894,459,32158,830,0001,994,0002,502,656
28Feb 18, 2026 10:147,32990,871,81256,842,0003,988,0002,465,792
29Feb 18, 2026 10:147,35188,350,30859,010,0002,000,0002,424,832
30Feb 18, 2026 10:077,36383,575,71858,109,0003,005,0002,506,752
31Feb 18, 2026 10:147,36583,843,51658,124,0003,006,0002,420,736
32Feb 18, 2026 10:037,38682,856,90658,292,0003,015,0002,478,080
33Feb 18, 2026 10:167,39582,173,79859,370,0002,012,0002,359,296
34Feb 18, 2026 10:077,44692,554,58257,818,0003,987,0002,469,888
35Feb 18, 2026 10:077,51986,276,64459,390,0003,019,0002,445,312
36Feb 18, 2026 10:167,58089,309,44859,916,0002,995,0002,473,984