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 10, 2026 16:05lipapipalipapipaScore: 8,502Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 10, 2026 16:058,41696,823,87866,859,0002,993,0002,527,232
2Feb 10, 2026 16:058,43295,717,45067,988,0001,999,0002,506,752
3Feb 10, 2026 16:058,440104,204,10368,049,0002,001,0002,486,272
4Feb 10, 2026 16:058,445102,269,43868,094,0002,002,0002,519,040
5Feb 10, 2026 16:058,45096,119,43168,158,0001,975,0002,347,008
6Feb 10, 2026 15:508,46496,123,76867,244,0003,010,0002,510,848
7Feb 10, 2026 15:508,46595,637,38668,251,0002,007,0002,281,472
8Feb 10, 2026 16:058,46699,464,95768,257,0002,007,0002,486,272
9Feb 10, 2026 16:058,47094,773,20368,297,0002,008,0002,408,448
10Feb 10, 2026 15:508,47595,845,36366,323,0004,019,0002,486,272
11Feb 10, 2026 16:058,47797,151,83767,344,0003,015,0002,285,568
12Feb 10, 2026 15:508,500101,784,36870,554,00002,273,280
13Feb 10, 2026 15:508,50293,794,26265,529,0005,040,0002,519,040
14Feb 10, 2026 15:508,527102,952,62968,783,0001,993,0002,281,472
15Feb 10, 2026 15:508,52899,765,68869,787,000996,0002,510,848
16Feb 10, 2026 15:508,53495,937,32167,838,0002,992,0002,408,448
17Feb 10, 2026 16:058,57396,851,97268,146,0003,006,0002,281,472
18Feb 10, 2026 15:508,58596,701,83970,253,0001,003,0002,502,656
19Feb 10, 2026 15:508,65896,113,33869,869,0001,996,0002,494,464
20Feb 10, 2026 16:058,65998,012,86068,875,0002,994,0002,502,656
21Feb 10, 2026 15:508,68097,915,87670,041,0002,001,0002,502,656
22Feb 10, 2026 16:058,684100,877,15569,074,0003,003,0002,494,464
23Feb 10, 2026 16:058,69297,362,59170,142,0002,004,0002,498,560
24Feb 10, 2026 15:509,099102,017,26371,496,0004,027,0002,510,848