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 17, 2026 18:50wnwnScore: 8,119Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2026 18:507,00980,975,16256,166,0002,005,0002,265,088
2Feb 17, 2026 18:507,04784,045,92755,465,0003,025,0002,498,560
3Feb 17, 2026 18:507,04885,700,25954,465,0004,034,0002,473,984
4Feb 17, 2026 17:317,97788,586,82763,200,0003,009,0002,379,776
5Feb 17, 2026 17:317,99091,177,98363,304,0003,014,0002,379,776
6Feb 17, 2026 17:318,00486,566,80263,418,0003,019,0002,486,272
7Feb 17, 2026 17:318,02595,274,92164,591,0002,018,0002,424,832
8Feb 17, 2026 17:318,08895,386,23264,127,0003,005,0002,420,736
9Feb 17, 2026 17:318,09592,350,76064,184,0003,008,0002,416,640
10Feb 17, 2026 17:358,11990,160,02064,370,0003,017,0002,445,312
11Feb 17, 2026 18:508,12591,210,65665,427,0002,013,0002,416,640
12Feb 17, 2026 17:318,13593,652,74864,501,0003,023,0002,392,064
13Feb 17, 2026 17:358,15099,348,20264,659,0002,984,0002,383,872
14Feb 17, 2026 17:318,16692,775,08663,793,0003,987,0002,265,088
15Feb 17, 2026 17:318,16892,234,78465,798,0001,993,0002,424,832
16Feb 17, 2026 18:508,30499,050,68266,930,0001,997,0002,465,792
17Feb 17, 2026 17:358,34091,094,74067,215,0002,006,0002,502,656
18Feb 17, 2026 18:508,41296,927,32166,827,0002,992,0002,428,928