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 19, 2026 01:39Charles CabergsCharles CabergsScore: 19,974Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 17, 2026 07:4319,897192,201,667164,147,0001,000,0002,289,664
2Apr 17, 2026 07:4319,926188,541,298164,385,0001,002,0002,289,664
3Apr 19, 2026 05:5419,928188,227,846165,399,00002,289,664
4Apr 19, 2026 05:5419,933192,879,573165,446,00002,289,664
5Apr 19, 2026 05:5419,955190,095,579163,629,0001,995,0002,289,664
6Apr 17, 2026 07:4319,960193,186,508164,674,000998,0002,510,848
7Apr 17, 2026 07:4319,961192,171,562163,682,0001,996,0002,510,848
8Apr 19, 2026 05:5419,964193,245,763163,706,0001,996,0002,523,136
9Apr 19, 2026 01:3919,964198,805,361165,702,00002,273,280
10Apr 17, 2026 07:4319,968191,719,619164,729,0001,004,0002,289,664
11Apr 17, 2026 07:4319,972194,928,555164,771,000998,0002,527,232
12Apr 19, 2026 01:3919,972193,151,684163,771,0001,997,0002,523,136
13Apr 19, 2026 05:5419,973193,705,114163,776,0001,997,0002,527,232
14Apr 19, 2026 01:3919,974190,349,386163,786,0001,997,0002,265,088
15Apr 19, 2026 01:3919,977194,374,266163,811,0001,997,0002,281,472
16Apr 17, 2026 07:4319,978187,328,996163,821,0001,997,0002,289,664
17Apr 19, 2026 01:3919,985191,150,727163,877,0001,998,0002,519,040
18Apr 19, 2026 01:3919,991189,962,220162,929,0002,998,0002,273,280
19Apr 19, 2026 05:5419,992189,743,942163,938,0001,999,0002,510,848
20Apr 19, 2026 05:5419,993194,199,800163,940,0001,999,0002,289,664
21Apr 19, 2026 05:5419,995193,485,199163,958,0001,999,0002,289,664
22Apr 19, 2026 05:5419,995189,417,377163,961,0001,999,0002,289,664
23Apr 19, 2026 01:3919,996197,413,851163,964,0001,999,0002,281,472
24Apr 17, 2026 07:4320,654196,777,361170,425,0001,002,0002,289,664
25Apr 17, 2026 07:4320,746194,204,933171,191,0001,001,0002,523,136
26Apr 19, 2026 01:3920,747194,720,732170,201,0002,002,0002,281,472
27Apr 19, 2026 01:3920,759196,544,585170,295,0002,003,0002,265,088