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 17, 2026 21:54lipapipalipapipaScore: 6,772Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 17, 2026 21:546,53876,795,22051,249,0003,014,0002,314,240
2Feb 17, 2026 21:186,54577,395,65951,305,0003,017,0002,269,184
3Feb 17, 2026 21:186,54675,802,53651,315,0003,018,0002,269,184
4Feb 17, 2026 21:186,55075,800,30452,351,0002,013,0002,498,560
5Feb 17, 2026 21:546,67380,010,85052,369,0003,021,0002,482,176
6Feb 17, 2026 21:186,68777,294,67953,481,0002,018,0002,498,560
7Feb 17, 2026 21:186,68982,940,85953,497,0002,018,0002,322,432
8Feb 17, 2026 21:186,72882,537,26153,848,0001,994,0002,490,368
9Feb 17, 2026 21:186,76878,628,52553,166,0003,009,0002,326,528
10Feb 17, 2026 21:186,77279,291,43455,206,0001,003,0002,297,856
11Feb 17, 2026 21:186,77884,279,52554,251,0002,009,0002,273,280
12Feb 17, 2026 21:186,78384,204,82655,291,0001,005,0002,494,464
13Feb 17, 2026 21:186,79280,988,25353,352,0003,019,0002,355,200
14Feb 17, 2026 21:546,79780,041,90554,402,0002,014,0002,326,528
15Feb 17, 2026 21:546,80082,650,82453,416,0003,023,0002,502,656
16Feb 17, 2026 21:546,80483,286,27955,463,0001,008,0002,502,656
17Feb 17, 2026 21:546,84681,708,40154,831,0001,993,0002,494,464
18Feb 17, 2026 21:186,98983,846,19455,012,0003,000,0002,301,952