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 listApr 13, 2026 10:41wnwnScore: 4,086Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 13, 2026 10:444,04562,654,22032,557,0001,017,0002,494,464
2Apr 13, 2026 10:414,05066,500,70532,601,0001,018,0002,277,376
3Apr 13, 2026 10:334,05159,703,07932,603,0001,018,0002,498,560
4Apr 13, 2026 10:444,05260,949,63332,612,0001,019,0002,277,376
5Apr 13, 2026 10:434,05566,809,84332,638,0001,019,0002,277,376
6Apr 13, 2026 10:434,06160,548,05331,726,0001,982,0002,277,376
7Apr 13, 2026 10:444,06161,630,63831,726,0001,982,0002,502,656
8Apr 13, 2026 10:334,07459,755,02831,825,0001,989,0002,277,376
9Apr 13, 2026 10:434,07758,847,19732,845,000995,0002,277,376
10Apr 13, 2026 10:434,07766,561,01532,844,000995,0002,277,376
11Apr 13, 2026 10:334,07763,614,13631,847,0001,990,0002,494,464
12Apr 13, 2026 10:444,07861,977,67831,860,0001,991,0002,498,560
13Apr 13, 2026 10:434,07857,575,64831,854,0001,990,0002,277,376
14Apr 13, 2026 10:434,07856,350,54532,851,000995,0002,482,176
15Apr 13, 2026 10:444,07856,809,82432,850,000995,0002,490,368
16Apr 13, 2026 10:424,07861,478,20432,849,000995,0002,490,368
17Apr 13, 2026 10:434,07964,368,62031,865,0001,991,0002,277,376
18Apr 13, 2026 10:414,08157,438,28032,848,0001,026,0002,502,656
19Apr 13, 2026 10:414,08255,246,87731,885,0001,992,0002,277,376
20Apr 13, 2026 10:434,08657,891,93731,919,0001,994,0002,281,472
21Apr 13, 2026 10:334,08753,829,53931,931,0001,995,0002,277,376
22Apr 13, 2026 10:334,08853,136,15831,933,0001,995,0002,502,656
23Apr 13, 2026 10:334,09859,484,63332,012,0002,000,0002,277,376
24Apr 13, 2026 10:444,09852,935,32932,011,0002,000,0002,498,560
25Apr 13, 2026 10:414,11757,840,22132,164,0002,010,0002,277,376
26Apr 13, 2026 10:334,14857,903,23533,419,0001,012,0002,277,376
27Apr 13, 2026 10:434,20064,948,75432,870,0001,992,0002,277,376
28Apr 13, 2026 10:424,21363,278,27632,971,0001,998,0002,490,368
29Apr 13, 2026 10:414,21662,824,85832,991,0001,999,0002,277,376
30Apr 13, 2026 10:444,22361,677,09333,045,0002,002,0002,277,376
31Apr 13, 2026 10:414,23856,592,35633,163,0002,009,0002,277,376
32Apr 13, 2026 10:444,25156,448,77634,272,0001,008,0002,498,560
33Apr 13, 2026 10:414,25459,018,36234,304,0001,008,0002,277,376
34Apr 13, 2026 10:414,26955,318,04834,421,0001,012,0002,486,272
35Apr 13, 2026 10:414,29262,409,28534,603,0001,017,0002,490,368
36Apr 13, 2026 10:424,29859,764,17334,654,0001,019,0002,277,376
37Apr 13, 2026 10:334,31960,071,54234,851,000995,0002,490,368
38Apr 13, 2026 10:444,57563,599,79035,972,0001,998,0002,277,376
39Apr 13, 2026 10:334,75366,312,64638,441,0001,011,0002,490,368