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 14, 2026 05:23wnwnScore: 4,216Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 14, 2026 05:234,08955,951,42031,946,0001,996,0002,277,376
2Apr 14, 2026 05:214,09259,633,93331,968,0001,998,0002,490,368
3Apr 14, 2026 05:214,09354,845,45631,974,0001,998,0002,277,376
4Apr 14, 2026 05:224,09655,227,41431,999,0001,999,0002,498,560
5Apr 14, 2026 05:234,10057,864,61532,031,0002,001,0002,277,376
6Apr 14, 2026 05:234,11256,515,74332,121,0002,007,0002,277,376
7Apr 14, 2026 05:234,12154,282,69232,191,0002,011,0002,277,376
8Apr 14, 2026 05:224,21661,972,41032,990,0001,999,0002,277,376
9Apr 14, 2026 05:224,26857,586,68334,410,0001,012,0002,494,464
10Apr 14, 2026 05:224,29660,893,63934,637,0001,018,0002,494,464
11Apr 14, 2026 05:234,31857,823,19633,851,0001,991,0002,498,560
12Apr 14, 2026 05:214,32560,282,93433,904,0001,994,0002,277,376
13Apr 14, 2026 05:224,33558,437,20533,983,0001,999,0002,277,376
14Apr 14, 2026 05:224,34361,952,39934,044,0002,002,0002,498,560
15Apr 14, 2026 05:234,81864,523,38537,993,0001,999,0002,277,376