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 31, 2026 15:07olliecrowolliecrowScore: 7,278Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 31, 2026 14:576,84883,121,71555,843,000997,0002,441,216
2Jan 31, 2026 15:076,88084,237,89755,100,0002,003,0002,363,392
3Jan 31, 2026 15:076,89290,379,98754,194,0003,010,0002,420,736
4Jan 31, 2026 15:076,89680,219,71855,228,0002,008,0002,428,928
5Jan 31, 2026 15:076,89680,285,52655,232,0002,008,0002,355,200
6Jan 31, 2026 14:576,89785,146,12353,229,0004,017,0002,383,872
7Jan 31, 2026 15:076,90183,369,09354,267,0003,014,0002,400,256
8Jan 31, 2026 15:076,90683,832,80655,308,0002,011,0002,428,928
9Jan 31, 2026 14:576,91879,993,59156,411,0001,007,0002,408,448
10Jan 31, 2026 15:076,92480,535,47055,452,0002,016,0002,387,968
11Jan 31, 2026 15:076,97786,676,03855,909,0001,996,0002,297,856
12Jan 31, 2026 15:077,01185,120,53356,185,0002,006,0002,498,560
13Jan 31, 2026 15:077,17185,585,04455,481,0004,035,0002,449,408
14Jan 31, 2026 14:577,19885,420,99655,763,0003,983,0002,289,664
15Jan 31, 2026 15:077,21681,028,63654,899,0004,990,0002,494,464
16Jan 31, 2026 14:577,26988,903,93256,311,0004,022,0002,519,040
17Jan 31, 2026 15:077,27185,755,69857,331,0003,017,0002,342,912
18Jan 31, 2026 15:077,27289,903,64055,331,0005,030,0002,277,376
19Jan 31, 2026 15:077,27883,868,08059,401,0001,006,0002,383,872
20Jan 31, 2026 15:077,28387,285,24957,429,0003,022,0002,338,816
21Jan 31, 2026 14:577,29188,754,58257,488,0003,025,0002,383,872
22Jan 31, 2026 15:077,29391,983,75559,526,0001,008,0002,314,240
23Jan 31, 2026 15:077,29489,585,93556,507,0004,036,0002,457,600
24Jan 31, 2026 15:077,38587,986,41757,278,0004,019,0002,506,752
25Jan 31, 2026 15:078,43596,902,70266,012,0004,000,0002,445,312
26Jan 31, 2026 15:078,52599,149,95866,773,0003,986,0002,265,088
27Jan 31, 2026 15:078,54092,011,59567,884,0002,994,0002,285,568
28Jan 31, 2026 15:078,696103,561,45068,169,0004,009,0002,301,952
29Jan 31, 2026 15:078,707100,766,48868,252,0004,014,0002,322,432
30Jan 31, 2026 15:078,72892,336,85870,431,0002,012,0002,285,568
31Jan 31, 2026 15:078,82098,622,56269,196,0004,011,0002,392,064
32Jan 31, 2026 15:078,912101,448,10369,971,0003,998,0002,498,560
33Jan 31, 2026 15:079,07398,101,07072,294,0003,012,0002,379,776
34Jan 31, 2026 15:079,434107,295,42277,300,0001,003,0002,383,872
35Jan 31, 2026 15:079,494105,354,17275,808,0002,992,0002,441,216
36Jan 31, 2026 15:079,581112,661,99677,507,0002,013,0002,322,432