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 6, 2026 18:23Danylo MocherniukDanylo MocherniukScore: 5,735Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 6, 2026 18:235,71373,676,10845,404,0002,017,0002,514,944
2Apr 6, 2026 18:235,72073,728,63046,467,0001,010,0002,420,736
3Apr 6, 2026 18:235,72372,681,94147,501,00002,297,856
4Apr 6, 2026 18:235,73574,054,68847,602,00002,297,856
5Apr 6, 2026 18:235,76476,796,22945,847,0001,993,0002,297,856
6Apr 6, 2026 18:235,78768,921,81345,031,0003,002,0002,297,856