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 18:53Yuriy LyfenkoYuriy LyfenkoScore: 4,299Success
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 18:364,27960,965,35634,503,0001,014,0002,535,424
2Apr 13, 2026 18:374,28159,115,66934,521,0001,015,0002,535,424
3Apr 13, 2026 18:374,28259,730,71635,537,00002,535,424
4Apr 13, 2026 18:364,28361,778,32334,530,0001,015,0002,535,424
5Apr 13, 2026 18:534,28459,174,01934,542,0001,015,0002,535,424
6Apr 13, 2026 18:374,28864,202,58534,575,0001,016,0002,473,984
7Apr 13, 2026 18:364,29260,529,49434,608,0001,017,0002,535,424
8Apr 13, 2026 18:364,29259,294,75434,607,0001,017,0002,535,424
9Apr 13, 2026 18:374,29556,877,24234,629,0001,018,0002,535,424
10Apr 13, 2026 18:374,29666,025,61734,635,0001,018,0002,473,984
11Apr 13, 2026 18:364,29961,916,54934,663,0001,019,0002,461,696
12Apr 13, 2026 18:364,30060,703,47734,673,0001,019,0002,273,280
13Apr 13, 2026 18:364,31659,549,64234,829,000995,0002,482,176
14Apr 13, 2026 18:534,31660,402,76035,822,00002,273,280
15Apr 13, 2026 18:374,31761,774,08433,842,0001,990,0002,535,424
16Apr 13, 2026 18:364,31964,927,92633,853,0001,991,0002,273,280
17Apr 13, 2026 18:374,31961,199,05533,855,0001,991,0002,469,888
18Apr 13, 2026 18:374,32061,130,61733,861,0001,991,0002,465,792
19Apr 13, 2026 18:534,32059,411,65034,860,000996,0002,469,888
20Apr 13, 2026 18:374,32863,843,92333,929,0001,995,0002,535,424
21Apr 13, 2026 18:364,33568,683,23333,985,0001,999,0002,473,984