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 23, 2026 19:56Elijah KinElijah KinScore: 49,406Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 19:5649,350435,930,011408,605,000999,0002,260,992
2Mar 23, 2026 19:4149,381436,207,676407,860,0001,999,0002,383,872
3Mar 23, 2026 19:5649,383434,060,342408,881,000999,0002,383,872
4Mar 23, 2026 19:5649,392439,641,743407,956,0001,999,0002,265,088
5Mar 23, 2026 19:4149,395432,314,775407,978,0001,999,0002,383,872
6Mar 23, 2026 19:4149,399437,046,490408,012,0002,000,0002,506,752
7Mar 23, 2026 19:4149,399435,194,769410,013,00002,523,136
8Mar 23, 2026 19:4149,404433,247,682409,057,0001,000,0002,523,136
9Mar 23, 2026 19:5649,405436,043,543408,058,0002,000,0002,265,088
10Mar 23, 2026 19:5649,406433,370,806409,066,0001,000,0002,387,968
11Mar 23, 2026 19:5649,406437,182,309409,070,0001,000,0002,387,968
12Mar 23, 2026 19:4149,412431,948,394410,116,00002,265,088
13Mar 23, 2026 19:4149,413435,364,666409,128,0001,000,0002,519,040
14Mar 23, 2026 19:4149,413437,970,276409,132,0001,000,0002,265,088
15Mar 23, 2026 19:5649,421438,713,071410,195,00002,523,136
16Mar 23, 2026 19:5649,423432,535,559410,212,00002,523,136
17Mar 23, 2026 19:5649,427431,697,104410,246,00002,379,776
18Mar 23, 2026 19:4149,430439,755,655409,265,0001,000,0002,265,088