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 listJan 30, 2026 04:33Josu San MartinJosu San MartinScore: 6,247Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 30, 2026 04:336,00182,997,46247,820,0001,992,0002,445,312
2Jan 30, 2026 04:336,00777,698,54247,867,0001,994,0002,281,472
3Jan 30, 2026 04:326,03072,276,61748,046,0002,001,0002,281,472
4Jan 30, 2026 04:336,04572,124,62048,170,0002,007,0002,281,472
5Jan 30, 2026 04:326,13178,610,02748,895,0001,995,0002,285,568
6Jan 30, 2026 04:326,13171,115,16149,889,000997,0002,281,472
7Jan 30, 2026 04:326,13672,466,97548,929,0001,997,0002,281,472
8Jan 30, 2026 04:336,14977,013,78949,037,0002,001,0002,285,568
9Jan 30, 2026 04:326,15871,625,27049,111,0002,004,0002,273,280
10Jan 30, 2026 04:336,24773,082,81349,860,0001,994,0002,441,216
11Jan 30, 2026 04:336,26273,381,14049,975,0001,999,0002,449,408
12Jan 30, 2026 04:336,28374,830,63750,146,0002,005,0002,441,216
13Jan 30, 2026 04:336,29376,908,07150,224,0002,008,0002,285,568
14Jan 30, 2026 04:326,29473,234,44450,235,0002,009,0002,445,312
15Jan 30, 2026 04:336,31376,347,08151,389,0001,007,0002,441,216
16Jan 30, 2026 04:336,36477,759,13850,826,0001,993,0002,437,120
17Jan 30, 2026 04:336,39773,141,11151,089,0002,003,0002,441,216
18Jan 30, 2026 04:336,49180,452,57351,884,0001,995,0002,433,024