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 listOct 5, 2025 09:59Bhavik-MakwanaBhavik-MakwanaScore: 382,767Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 5, 2025 09:59378,2083,163,547,3373,076,163,00062,962,0002,281,472
2Oct 5, 2025 09:59379,0523,171,631,7353,088,165,00057,965,0002,285,568
3Oct 5, 2025 09:59379,4443,177,811,9993,075,426,00073,962,0002,359,296
4Oct 5, 2025 09:59379,5763,174,751,3393,082,514,00067,967,0002,457,600
5Oct 5, 2025 09:59379,8933,180,968,0733,100,140,00052,968,0002,281,472
6Oct 5, 2025 09:59380,1153,181,534,1063,088,998,00065,957,0002,281,472
7Oct 5, 2025 09:59380,3063,184,439,6203,084,573,00071,966,0002,355,200
8Oct 5, 2025 09:59380,7753,189,651,8283,086,470,00073,963,0002,461,696
9Oct 5, 2025 09:59381,9263,204,583,2363,096,031,00073,952,0002,285,568
10Oct 5, 2025 09:59382,7673,205,177,6893,119,002,00057,962,0002,289,664
11Oct 5, 2025 09:59383,3793,211,849,1883,130,075,00051,968,0002,281,472
12Oct 5, 2025 09:59384,5203,217,496,3453,137,546,00053,974,0002,281,472
13Oct 5, 2025 09:59385,6403,227,851,5163,135,855,00064,955,0002,285,568
14Oct 5, 2025 09:59385,8173,228,970,3893,148,314,00053,971,0002,285,568
15Oct 5, 2025 09:59388,8143,252,336,8343,159,199,00067,961,0002,281,472
16Oct 5, 2025 09:59390,0373,265,473,5853,165,347,00071,962,0002,281,472
17Oct 5, 2025 09:59391,0673,274,334,4883,190,873,00054,980,0002,285,568
18Oct 5, 2025 09:59393,1853,291,358,5063,193,466,00069,966,0002,289,664