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 30, 2026 11:18Dominique GarmierDominique GarmierScore: 37,802Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 30, 2026 20:3737,779339,473,310312,567,000998,0002,359,296
2Mar 30, 2026 10:1437,785345,862,493312,615,000998,0002,355,200
3Mar 30, 2026 12:3837,787345,096,767312,634,000998,0002,289,664
4Mar 30, 2026 10:1437,790342,287,488313,658,00002,359,296
5Mar 30, 2026 09:4637,794339,943,641311,691,0001,998,0002,363,392
6Mar 30, 2026 20:3737,795340,292,240311,700,0001,998,0002,473,984
7Mar 30, 2026 10:1437,795339,447,258311,698,0001,998,0002,355,200
8Mar 30, 2026 12:3837,799340,831,067311,736,0001,998,0002,289,664
9Mar 30, 2026 08:5537,801341,057,750311,751,0001,998,0002,371,584
10Mar 30, 2026 08:5537,802338,113,485311,761,0001,998,0002,281,472
11Mar 30, 2026 09:4637,804338,507,313311,777,0001,998,0002,289,664
12Mar 30, 2026 11:1837,807342,966,105311,796,0001,998,0002,351,104
13Mar 30, 2026 20:3737,810340,541,068311,825,0001,998,0002,355,200
14Mar 30, 2026 12:3837,821339,881,001311,917,0001,999,0002,281,472
15Mar 30, 2026 09:4637,822335,768,067312,927,000999,0002,289,664
16Mar 30, 2026 11:1837,825336,590,540312,947,000999,0002,281,472
17Mar 30, 2026 11:1837,827339,012,122312,969,000999,0002,367,488
18Mar 30, 2026 08:5537,847340,697,144312,127,0002,000,0002,289,664