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.

Date AuthorLanguageStatus Score
Nov 3, 2025 16:29prashantbits01prashantbits01CPPg++13.3.0Success1,268,098+3.05 RP
Nov 3, 2025 16:25prashantbits01prashantbits01CPPg++13.3.0Error
Nov 3, 2025 16:20prashantbits01prashantbits01CPPg++13.3.0Success2,066,224+4.84 RP
Nov 3, 2025 12:12AntonAntonCSHARP9.0.10Success67,939+1.12 RP
Nov 3, 2025 09:56AntonAntonCSHARP9.0.10Success68,994
Nov 3, 2025 09:37AntonAntonCSHARP9.0.10Success68,777
Nov 3, 2025 09:33AntonAntonCSHARP9.0.10Success68,459+16.72 RP
Nov 3, 2025 09:32AntonAntonCSHARP9.0.10Success78,014
Nov 3, 2025 09:22AntonAntonCSHARP9.0.10Success77,310+129.35 RP
Nov 3, 2025 08:51AntonAntonCSHARP9.0.10Error
Nov 3, 2025 08:51AntonAntonCSHARP9.0.10Error
Nov 3, 2025 08:38AntonAntonCSHARP9.0.10Error
Nov 3, 2025 08:37AntonAntonCSHARP9.0.10Error
Nov 3, 2025 08:36AntonAntonCSHARP9.0.10Error
Nov 3, 2025 08:34AntonAntonCSHARP9.0.10Error
Nov 3, 2025 08:32AntonAntonCSHARP9.0.10Error
Nov 3, 2025 06:55vonqovonqoCPPclang++18.1.3Success396,383+20.39 RP
Nov 3, 2025 06:54vonqovonqoCPPclang++18.1.3Error
Nov 3, 2025 06:53vonqovonqoCPPclang++18.1.3Error
Nov 3, 2025 06:41vonqovonqoCPPclang++18.1.3Error
Nov 3, 2025 06:34vonqovonqoCPPclang++18.1.3Success2,067,852+4.84 RP
Nov 2, 2025 20:35Jerry HuangJerry HuangCPPg++13.3.0Error
Nov 2, 2025 20:32Jerry HuangJerry HuangCPPg++13.3.0Error
Nov 2, 2025 20:27Jerry HuangJerry HuangCPPg++13.3.0Success2,066,501+4.84 RP
Nov 2, 2025 20:25Jerry HuangJerry HuangCPPg++13.3.0Error
Nov 2, 2025 16:40triscacezar-droidtriscacezar-droidCPPg++13.3.0Error
Nov 2, 2025 16:39triscacezar-droidtriscacezar-droidCPPg++13.3.0Success69,057+0.10 RP
Nov 2, 2025 16:38triscacezar-droidtriscacezar-droidCPPg++13.3.0Success69,214
Nov 2, 2025 16:38triscacezar-droidtriscacezar-droidCPPg++13.3.0Success69,168
Nov 2, 2025 16:34triscacezar-droidtriscacezar-droidCPPg++13.3.0Success69,103+1.26 RP
Nov 2, 2025 16:33triscacezar-droidtriscacezar-droidCPPg++13.3.0Success69,711+116.57 RP
Nov 2, 2025 16:31triscacezar-droidtriscacezar-droidCPPg++13.3.0Success373,221
Nov 2, 2025 16:30triscacezar-droidtriscacezar-droidCPPg++13.3.0Success373,572
Nov 2, 2025 16:28triscacezar-droidtriscacezar-droidCPPg++13.3.0Success438,057
Nov 2, 2025 16:28triscacezar-droidtriscacezar-droidCPPg++13.3.0Success430,161
Nov 2, 2025 16:22triscacezar-droidtriscacezar-droidCPPg++13.3.0Success371,974+21.85 RP
Nov 2, 2025 16:19triscacezar-droidtriscacezar-droidCPPg++13.3.0Success1,987,982
Nov 2, 2025 16:17triscacezar-droidtriscacezar-droidCPPg++13.3.0Success1,990,994
Nov 2, 2025 16:15triscacezar-droidtriscacezar-droidCPPg++13.3.0Success1,995,497
Nov 2, 2025 16:13triscacezar-droidtriscacezar-droidCPPg++13.3.0Success1,987,469
Nov 2, 2025 16:12triscacezar-droidtriscacezar-droidCPPg++13.3.0Error
Nov 2, 2025 16:06triscacezar-droidtriscacezar-droidCPPg++13.3.0Success1,987,567+0.19 RP
Nov 2, 2025 16:05triscacezar-droidtriscacezar-droidCPPg++13.3.0Error
Nov 2, 2025 16:01triscacezar-droidtriscacezar-droidCPPg++13.3.0Success2,067,643+4.84 RP
Nov 2, 2025 15:48Tejas G.Tejas G.CPPg++13.3.0Success64,027
Nov 2, 2025 15:44Tejas G.Tejas G.CPPclang++18.1.3Error
Nov 2, 2025 15:44Tejas G.Tejas G.CPPclang++18.1.3Error
Nov 2, 2025 15:43Tejas G.Tejas G.CPPclang++18.1.3Error
Nov 2, 2025 15:38Tejas G.Tejas G.CPPclang++18.1.3Success57,782+36.57 RP
Nov 2, 2025 13:15Tejas G.Tejas G.CPPclang++18.1.3Error
Nov 2, 2025 13:14Tejas G.Tejas G.CPPclang++18.1.3Error
Nov 2, 2025 10:22Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 10:21Tan Lip WeiTan Lip WeiCPPg++13.3.0Error
Nov 2, 2025 09:43Tan Lip WeiTan Lip WeiCPPg++13.3.0Success9,231
Nov 2, 2025 09:42Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success7,274
Nov 2, 2025 09:37Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success6,998+18.94 RP
Nov 2, 2025 09:24Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success7,092+198.21 RP
Nov 2, 2025 09:16Tan Lip WeiTan Lip WeiCPPg++13.3.0Success10,109
Nov 2, 2025 09:11Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success8,252+30.49 RP
Nov 2, 2025 09:07Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success8,465+806.70 RP
Nov 2, 2025 09:04Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success40,018
Nov 2, 2025 09:03Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 09:01Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 08:57Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:45Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success40,022
Nov 2, 2025 03:41Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:39Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success39,961
Nov 2, 2025 03:38Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:37Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:31Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:30Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success40,049
Nov 2, 2025 03:29Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:27Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success40,113
Nov 2, 2025 03:25Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success39,994
Nov 2, 2025 03:24Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success39,978
Nov 2, 2025 03:23Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success40,061
Nov 2, 2025 03:21Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success39,932
Nov 2, 2025 03:20Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success39,999
Nov 2, 2025 03:19Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:18Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:16Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success39,987
Nov 2, 2025 03:13Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:11Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success40,106
Nov 2, 2025 03:09Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:08Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:07Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 2, 2025 03:06Tan Lip WeiTan Lip WeiCPPg++13.3.0Success42,060
Nov 2, 2025 03:05Tan Lip WeiTan Lip WeiCPPg++13.3.0Success39,829
Nov 2, 2025 03:01Tan Lip WeiTan Lip WeiCPPg++13.3.0Error
Nov 2, 2025 02:59Tan Lip WeiTan Lip WeiCPPg++13.3.0Success40,154
Nov 2, 2025 02:53Tan Lip WeiTan Lip WeiCPPg++13.3.0Error
Nov 2, 2025 02:51Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success41,075
Nov 2, 2025 02:50Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success49,563
Nov 2, 2025 02:49Tan Lip WeiTan Lip WeiCPPclang++18.1.3Success68,015
Nov 2, 2025 02:30Tan Lip WeiTan Lip WeiCPPclang++18.1.3Error
Nov 1, 2025 23:05Jake LJake LCPPclang++18.1.3Success394,007+20.55 RP
Nov 1, 2025 22:59Jake LJake LCPPclang++18.1.3Success2,068,418+4.83 RP
Nov 1, 2025 21:50Daniel MastalerzDaniel MastalerzCPPg++13.3.0Success136,516
Nov 1, 2025 21:49Daniel MastalerzDaniel MastalerzCPPg++13.3.0Success97,141
Nov 1, 2025 21:46Daniel MastalerzDaniel MastalerzCPPg++13.3.0Success49,494