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 listDec 6, 2025 16:25Rajarshi BasuRajarshi BasuScore: 5,927Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 6, 2025 16:265,89573,017,95745,935,0002,995,0002,273,280
2Dec 6, 2025 16:265,89575,049,67245,932,0002,995,0002,289,664
3Dec 6, 2025 16:255,89670,106,52346,938,0001,997,0002,404,352
4Dec 6, 2025 16:265,90175,702,05045,978,0002,998,0002,277,376
5Dec 6, 2025 16:245,90570,586,87546,011,0003,000,0002,289,664
6Dec 6, 2025 16:245,90774,657,94646,026,0003,001,0002,285,568
7Dec 6, 2025 16:245,90776,388,45246,029,0003,001,0002,289,664
8Dec 6, 2025 16:255,91075,072,57646,048,0003,003,0002,277,376
9Dec 6, 2025 16:265,91171,869,51447,059,0002,002,0002,293,760
10Dec 6, 2025 16:265,91571,437,30846,090,0003,005,0002,277,376
11Dec 6, 2025 16:255,91774,443,36548,111,0001,002,0002,289,664
12Dec 6, 2025 16:245,91772,447,46047,108,0002,004,0002,289,664
13Dec 6, 2025 16:245,92281,368,39047,150,0002,006,0002,289,664
14Dec 6, 2025 16:265,92374,530,63047,153,0002,006,0002,277,376
15Dec 6, 2025 16:265,92374,831,57747,154,0002,006,0002,289,664
16Dec 6, 2025 16:265,92776,490,68946,182,0003,011,0002,289,664
17Dec 6, 2025 16:245,93571,476,12046,248,0003,016,0002,269,184
18Dec 6, 2025 16:265,95070,842,20146,362,0003,023,0002,297,856
19Dec 6, 2025 16:245,95878,206,49047,435,0002,018,0002,273,280
20Dec 6, 2025 16:245,96772,640,92747,502,0002,021,0002,289,664
21Dec 6, 2025 16:245,96870,820,26947,510,0002,021,0002,289,664
22Dec 6, 2025 16:266,03176,083,83747,054,0003,003,0002,281,472
23Dec 6, 2025 16:246,03974,115,92647,118,0003,007,0002,293,760
24Dec 6, 2025 16:266,04472,830,87447,155,0003,009,0002,273,280
25Dec 6, 2025 16:246,05072,307,45048,209,0002,008,0002,277,376
26Dec 6, 2025 16:246,05079,391,99248,205,0002,008,0002,273,280
27Dec 6, 2025 16:256,05173,788,20547,207,0003,013,0002,297,856
28Dec 6, 2025 16:266,05673,260,07947,252,0003,016,0002,281,472
29Dec 6, 2025 16:256,05670,950,19647,247,0003,015,0002,293,760
30Dec 6, 2025 16:256,05673,393,58647,252,0003,016,0002,289,664