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 23:56Mikołaj UzarskiMikołaj UzarskiScore: 5,501Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 20, 2026 00:025,41968,640,72140,983,0003,998,0002,428,928
2Feb 20, 2026 00:025,42167,516,22038,997,0005,999,0002,441,216
3Feb 19, 2026 23:565,43267,931,83340,074,0005,009,0002,449,408
4Feb 20, 2026 00:575,44671,397,53337,168,0008,036,0002,412,544
5Feb 20, 2026 00:125,44768,112,82341,195,0004,019,0002,469,888
6Feb 20, 2026 00:025,45773,056,72239,254,0006,039,0002,449,408
7Feb 19, 2026 23:565,46475,443,39438,300,0007,055,0002,293,760
8Feb 20, 2026 16:245,46571,057,48140,320,0005,040,0002,433,024
9Feb 20, 2026 16:245,46868,369,25338,328,0007,060,0002,424,832
10Feb 20, 2026 01:215,47866,267,69038,398,0007,073,0002,293,760
11Feb 19, 2026 23:565,47865,464,23638,392,0007,072,0002,437,120
12Feb 19, 2026 23:565,48568,280,36740,471,0005,058,0002,281,472
13Feb 19, 2026 23:565,48572,311,83740,470,0005,058,0002,490,368
14Feb 20, 2026 01:255,48970,372,89739,481,0006,074,0002,285,568
15Feb 20, 2026 00:125,49072,222,91539,489,0006,075,0002,473,984
16Feb 20, 2026 00:025,50172,019,33341,602,0004,058,0002,387,968
17Feb 19, 2026 23:565,50179,000,13741,604,0004,058,0002,445,312
18Feb 20, 2026 00:575,51672,367,34838,814,0006,966,0002,469,888
19Feb 20, 2026 00:575,52274,541,01038,856,0006,974,0002,355,200
20Feb 20, 2026 00:025,52668,854,36938,887,0006,979,0002,355,200
21Feb 20, 2026 00:025,52768,140,04438,894,0006,981,0002,420,736
22Feb 19, 2026 23:565,52774,929,45039,888,0005,983,0002,404,352
23Feb 19, 2026 23:565,53172,089,66438,921,0006,985,0002,428,928
24Feb 20, 2026 00:025,53281,296,90238,929,0006,987,0002,416,640
25Feb 20, 2026 01:255,53869,727,64138,971,0006,994,0002,445,312
26Feb 20, 2026 01:255,55769,648,64539,107,0007,019,0002,400,256
27Feb 20, 2026 00:025,55870,700,09639,111,0007,020,0002,453,504
28Feb 20, 2026 00:025,56370,502,42140,153,0006,023,0002,408,448
29Feb 20, 2026 16:245,56879,529,32339,180,0007,032,0002,396,160
30Feb 20, 2026 01:215,60475,829,34739,437,0007,078,0002,396,160
31Feb 20, 2026 01:215,63376,679,26740,786,0005,968,0002,322,432
32Feb 20, 2026 00:125,63976,316,99339,831,0006,970,0002,445,312
33Feb 19, 2026 23:565,64076,948,79739,844,0006,972,0002,445,312