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 listMar 15, 2026 22:01zielajzielajScore: 3,506Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 15, 2026 22:013,49048,044,32826,967,0001,997,0002,519,040
2Mar 15, 2026 22:013,49855,278,35027,033,0002,002,0002,519,040
3Mar 15, 2026 22:013,49855,819,28727,029,0002,002,0002,437,120
4Mar 15, 2026 22:033,49853,865,91627,035,0002,002,0002,433,024
5Mar 15, 2026 22:013,49951,934,26927,041,0002,003,0002,433,024
6Mar 15, 2026 22:043,49952,875,67126,040,0003,004,0002,514,944
7Mar 15, 2026 22:033,50051,046,29127,047,0002,003,0002,437,120
8Mar 15, 2026 22:013,50253,398,69126,062,0003,007,0002,506,752
9Mar 15, 2026 22:033,50553,453,22627,082,0002,006,0002,437,120
10Mar 15, 2026 22:013,50649,194,32827,096,0002,007,0002,428,928
11Mar 15, 2026 22:013,51051,914,08827,123,0002,009,0002,514,944
12Mar 15, 2026 22:043,52154,186,43227,213,0002,015,0002,514,944
13Mar 15, 2026 22:013,52552,393,49427,238,0002,017,0002,437,120
14Mar 15, 2026 22:013,53155,880,88628,294,0001,010,0002,433,024
15Mar 15, 2026 22:013,53356,745,86827,301,0002,022,0002,514,944
16Mar 15, 2026 22:013,53953,802,63228,362,0001,012,0002,506,752
17Mar 15, 2026 22:013,54651,300,42428,420,0001,015,0002,433,024
18Mar 15, 2026 22:043,68854,130,75629,588,0001,020,0002,514,944