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 listFeb 9, 2026 18:06Mikołaj UzarskiMikołaj UzarskiScore: 9,490Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 9, 2026 18:139,402107,296,24957,028,00021,010,0002,441,216
2Feb 9, 2026 18:139,414104,129,97058,102,00020,035,0002,326,528
3Feb 9, 2026 18:129,417103,538,00161,124,00017,034,0002,445,312
4Feb 9, 2026 18:139,423109,360,87560,163,00018,048,0002,375,680
5Feb 9, 2026 18:129,439103,263,08958,511,00019,834,0002,379,776
6Feb 9, 2026 18:139,445103,310,50357,555,00020,839,0002,359,296
7Feb 9, 2026 18:129,466103,868,12452,708,00025,856,0002,277,376
8Feb 9, 2026 18:139,469109,969,20361,681,00016,912,0002,375,680
9Feb 9, 2026 18:129,487104,366,38559,801,00018,937,0002,412,544
10Feb 9, 2026 18:129,490108,177,21555,833,00022,931,0002,351,104
11Feb 9, 2026 18:139,492104,621,15162,830,00015,956,0002,363,392
12Feb 9, 2026 18:129,513104,890,54461,969,00016,991,0002,510,848
13Feb 9, 2026 18:129,550111,910,96859,449,00019,816,0002,375,680
14Feb 9, 2026 18:129,566110,584,24064,513,00014,887,0002,359,296
15Feb 9, 2026 18:139,583111,373,41356,671,00022,867,0002,404,352
16Feb 9, 2026 18:139,590105,030,24459,697,00019,899,0002,433,024
17Feb 9, 2026 18:139,605104,837,16458,797,00020,927,0002,363,392
18Feb 9, 2026 18:129,626113,823,50055,928,00023,969,0002,322,432