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 listFeb 19, 2026 20:46Mikołaj UzarskiMikołaj UzarskiScore: 5,809Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2026 21:105,70372,711,02241,290,0006,042,0002,465,792
2Feb 19, 2026 20:465,70375,047,72941,294,0006,043,0002,461,696
3Feb 19, 2026 20:555,71572,728,94540,373,0007,065,0002,437,120
4Feb 19, 2026 20:465,71973,284,33842,417,0005,049,0002,469,888
5Feb 19, 2026 21:105,75875,082,38442,816,0004,978,0002,490,368
6Feb 19, 2026 20:465,76076,489,06042,825,0004,979,0002,510,848
7Feb 19, 2026 21:075,76177,671,05340,842,0006,973,0002,510,848
8Feb 19, 2026 20:555,76273,993,47943,836,0003,985,0002,428,928
9Feb 19, 2026 21:105,76671,649,96441,874,0005,982,0002,392,064
10Feb 19, 2026 21:105,77271,542,35142,920,0004,990,0002,383,872
11Feb 19, 2026 21:075,78772,867,70542,030,0006,004,0002,433,024
12Feb 19, 2026 21:075,79674,597,73544,095,0004,008,0002,289,664
13Feb 19, 2026 21:105,79669,198,99243,097,0005,011,0002,506,752
14Feb 19, 2026 20:465,80173,032,89342,127,0006,018,0002,437,120
15Feb 19, 2026 21:105,80271,229,22544,144,0004,013,0002,482,176
16Feb 19, 2026 20:555,80580,913,22341,157,0007,026,0002,437,120
17Feb 19, 2026 21:145,80976,020,46842,189,0006,027,0002,473,984
18Feb 19, 2026 21:145,81173,926,10345,218,0003,014,0002,400,256
19Feb 19, 2026 21:105,81776,498,93442,249,0006,035,0002,502,656
20Feb 19, 2026 21:145,81773,221,26744,260,0004,023,0002,396,160
21Feb 19, 2026 21:145,81768,877,29043,252,0005,029,0002,375,680
22Feb 19, 2026 20:465,82468,320,05442,294,0006,042,0002,453,504
23Feb 19, 2026 21:145,82568,962,10544,317,0004,028,0002,510,848
24Feb 19, 2026 21:075,82874,201,41442,323,0006,046,0002,387,968
25Feb 19, 2026 20:465,83576,037,47242,380,0006,054,0002,281,472
26Feb 19, 2026 20:465,85379,831,51243,516,0005,060,0002,420,736
27Feb 19, 2026 21:075,87874,860,43742,817,0005,974,0002,387,968
28Feb 19, 2026 21:105,87974,559,94343,814,0004,978,0002,506,752
29Feb 19, 2026 20:465,88277,439,73342,846,0005,978,0002,416,640
30Feb 19, 2026 21:105,88477,790,85940,865,0007,973,0002,437,120
31Feb 19, 2026 20:465,90676,622,32443,016,0006,002,0002,281,472
32Feb 19, 2026 21:145,90973,844,10445,038,0004,003,0002,281,472
33Feb 19, 2026 21:075,96179,463,27543,421,0006,058,0002,441,216