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 listMar 14, 2026 19:15wnwnScore: 4,269Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 14, 2026 19:144,24058,547,60533,179,0002,010,0002,498,560
2Mar 14, 2026 19:144,25455,646,86634,301,0001,008,0002,490,368
3Mar 14, 2026 19:264,25658,212,12834,312,0001,009,0002,273,280
4Mar 14, 2026 19:164,26054,522,33834,345,0001,010,0002,478,080
5Mar 14, 2026 19:144,26255,511,10434,362,0001,010,0002,531,328
6Mar 14, 2026 19:144,26361,597,16734,376,0001,011,0002,490,368
7Mar 14, 2026 19:144,26558,119,39534,388,0001,011,0002,273,280
8Mar 14, 2026 19:154,26659,559,05934,394,0001,011,0002,273,280
9Mar 14, 2026 19:164,26857,943,15134,416,0001,012,0002,273,280
10Mar 14, 2026 19:264,26958,436,95234,417,0001,012,0002,273,280
11Mar 14, 2026 19:264,27067,310,72334,429,0001,012,0002,273,280
12Mar 14, 2026 19:144,27463,585,06034,463,0001,013,0002,273,280
13Mar 14, 2026 19:154,28163,755,34334,520,0001,015,0002,486,272
14Mar 14, 2026 19:144,28455,829,37134,539,0001,015,0002,494,464
15Mar 14, 2026 19:164,28662,932,93334,559,0001,016,0002,273,280
16Mar 14, 2026 19:154,31958,954,41033,856,0001,991,0002,273,280
17Mar 14, 2026 19:144,32067,481,83234,860,000996,0002,498,560
18Mar 14, 2026 19:144,32163,004,27533,874,0001,992,0002,273,280