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 20:03Danylo MocherniukDanylo MocherniukScore: 5,640Success
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 20:035,58371,230,64044,328,0002,014,0002,297,856
2Apr 6, 2026 20:035,60073,692,25345,473,0001,010,0002,420,736
3Apr 6, 2026 20:035,60369,063,83146,509,00002,424,832
4Apr 6, 2026 20:035,60371,167,96444,482,0002,021,0002,428,928
5Apr 6, 2026 20:035,61676,540,66444,589,0002,026,0002,297,856
6Apr 6, 2026 20:035,61772,187,47545,605,0001,013,0002,424,832
7Apr 6, 2026 20:035,62073,204,23345,631,0001,014,0002,297,856
8Apr 6, 2026 20:035,62373,916,06444,689,0001,986,0002,297,856
9Apr 6, 2026 20:035,63778,300,89544,797,0001,990,0002,297,856
10Apr 6, 2026 20:035,63972,514,94645,806,000995,0002,297,856
11Apr 6, 2026 20:035,64072,631,00144,821,0001,992,0002,297,856
12Apr 6, 2026 20:035,64269,875,36144,837,0001,992,0002,433,024
13Apr 6, 2026 20:035,64274,888,53644,840,0001,992,0002,424,832
14Apr 6, 2026 20:035,64274,108,36144,836,0001,992,0002,424,832
15Apr 6, 2026 20:035,64378,404,49845,845,000996,0002,297,856
16Apr 6, 2026 20:035,66468,862,77445,014,0002,000,0002,297,856
17Apr 6, 2026 20:035,66569,978,97945,022,0002,001,0002,428,928
18Apr 6, 2026 20:035,66569,467,34646,019,0001,000,0002,297,856
19Apr 6, 2026 20:035,66974,895,01945,049,0002,002,0002,297,856
20Apr 6, 2026 20:035,68169,928,00245,145,0002,006,0002,437,120
21Apr 6, 2026 20:035,68373,272,55044,157,0003,010,0002,293,760