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 listJan 2, 2026 22:29Josu San MartinJosu San MartinScore: 5,753Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 2, 2026 22:255,36871,467,73743,546,0001,012,0002,363,392
2Jan 2, 2026 22:255,42766,599,88843,042,0002,001,0002,367,488
3Jan 3, 2026 02:075,47274,149,00144,409,0001,009,0002,367,488
4Jan 2, 2026 22:295,49874,890,98244,620,0001,014,0002,273,280
5Jan 3, 2026 02:075,52371,147,04143,850,0001,993,0002,465,792
6Jan 2, 2026 22:295,56069,640,69244,141,0002,006,0002,371,584
7Jan 3, 2026 02:075,64270,609,44044,838,0001,992,0002,285,568
8Jan 2, 2026 22:255,72673,431,99647,526,00002,277,376
9Jan 2, 2026 22:255,73374,939,37746,568,0001,012,0002,363,392
10Jan 2, 2026 22:255,75375,179,94046,757,000994,0002,375,680
11Jan 2, 2026 22:295,76173,821,16746,817,000996,0002,363,392
12Jan 2, 2026 22:295,79076,476,65247,052,0001,001,0002,293,760
13Jan 3, 2026 02:075,79871,972,21647,119,0001,002,0002,363,392
14Jan 3, 2026 02:075,80580,524,23147,180,0001,003,0002,289,664
15Jan 2, 2026 22:255,81468,620,60945,243,0003,016,0002,363,392
16Jan 3, 2026 02:075,81569,989,76446,252,0002,010,0002,293,760
17Jan 2, 2026 22:295,84470,665,50847,496,0001,010,0002,289,664
18Jan 2, 2026 22:295,88073,513,72246,816,0001,992,0002,293,760