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 listDec 6, 2025 15:34Rajarshi BasuRajarshi BasuScore: 6,197Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 6, 2025 15:456,05276,490,76148,221,0002,009,0002,379,776
2Dec 6, 2025 15:346,06271,791,57348,306,0002,012,0002,527,232
3Dec 6, 2025 15:456,06276,101,25848,305,0002,012,0002,277,376
4Dec 6, 2025 15:456,06272,638,45447,295,0003,018,0002,289,664
5Dec 6, 2025 15:336,06973,652,07348,360,0002,015,0002,289,664
6Dec 6, 2025 15:456,07778,122,49848,426,0002,017,0002,293,760
7Dec 6, 2025 15:336,08274,423,45049,471,0001,009,0002,289,664
8Dec 6, 2025 15:446,08371,780,85248,469,0002,019,0002,281,472
9Dec 6, 2025 15:456,08972,899,54249,531,0001,010,0002,277,376
10Dec 6, 2025 15:346,09277,334,07449,551,0001,011,0002,273,280
11Dec 6, 2025 15:456,09277,669,03450,565,00002,527,232
12Dec 6, 2025 15:336,09784,492,89149,595,0001,012,0002,289,664
13Dec 6, 2025 15:456,12274,014,32148,821,0001,992,0002,289,664
14Dec 6, 2025 15:456,12979,036,64248,877,0001,995,0002,289,664
15Dec 6, 2025 15:456,16572,682,03849,161,0002,006,0002,289,664
16Dec 6, 2025 15:456,16772,449,83750,187,0001,003,0002,293,760
17Dec 6, 2025 15:456,16875,520,81949,184,0002,007,0002,289,664
18Dec 6, 2025 15:446,17073,823,40250,206,0001,004,0002,277,376
19Dec 6, 2025 15:456,17072,724,30749,199,0002,008,0002,379,776
20Dec 6, 2025 15:346,17173,998,83248,204,0003,012,0002,273,280
21Dec 6, 2025 15:456,17476,419,33050,243,0001,004,0002,277,376
22Dec 6, 2025 15:346,18372,213,13948,300,0003,018,0002,289,664
23Dec 6, 2025 15:456,18672,936,94149,327,0002,013,0002,289,664
24Dec 6, 2025 15:456,18876,422,36249,349,0002,014,0002,379,776
25Dec 6, 2025 15:456,19778,279,04750,424,0001,008,0002,277,376
26Dec 6, 2025 15:346,19974,926,49948,428,0003,026,0002,269,184
27Dec 6, 2025 15:346,19982,349,88150,443,0001,008,0002,281,472
28Dec 6, 2025 15:346,20272,512,08849,458,0002,018,0002,289,664
29Dec 6, 2025 15:446,20674,549,47950,503,0001,010,0002,269,184
30Dec 6, 2025 15:336,20875,650,39850,517,0001,010,0002,269,184
31Dec 6, 2025 15:456,20874,296,46850,520,0001,010,0002,281,472
32Dec 6, 2025 15:456,20980,545,62450,526,0001,010,0002,289,664
33Dec 6, 2025 15:346,21378,022,01650,561,0001,011,0002,289,664
34Dec 6, 2025 15:336,21576,715,19350,577,0001,011,0002,273,280
35Dec 6, 2025 15:456,21777,183,09250,588,0001,011,0002,400,256
36Dec 6, 2025 15:446,21881,917,70750,595,0001,011,0002,265,088
37Dec 6, 2025 15:456,22581,279,47850,653,0001,013,0002,289,664
38Dec 6, 2025 15:456,24575,957,15550,836,000996,0002,269,184
39Dec 6, 2025 15:346,24778,165,47349,860,0001,994,0002,281,472
40Dec 6, 2025 15:456,24873,845,30549,865,0001,994,0002,289,664
41Dec 6, 2025 15:456,25375,198,54350,903,000998,0002,289,664
42Dec 6, 2025 15:446,26076,183,08849,956,0001,998,0002,281,472
43Dec 6, 2025 15:346,28775,794,34750,178,0002,007,0002,289,664
44Dec 6, 2025 15:446,31073,731,78750,355,0002,014,0002,289,664
45Dec 6, 2025 15:346,31578,158,43552,412,00002,289,664
46Dec 6, 2025 15:336,31677,696,61351,415,0001,008,0002,289,664
47Dec 6, 2025 15:456,32473,501,54451,482,0001,009,0002,269,184
48Dec 6, 2025 15:346,38283,830,12451,972,000999,0002,289,664