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
Oct 23, 2024 14:37Serge SmirnovSerge SmirnovCPPg++13.2.0Success56,039
Oct 23, 2024 14:34Serge SmirnovSerge SmirnovCPPg++13.2.0Success55,084
Oct 23, 2024 14:33Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 23, 2024 14:31Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 23, 2024 14:03Serge SmirnovSerge SmirnovCPPg++13.2.0Success57,552
Oct 23, 2024 14:01Serge SmirnovSerge SmirnovCPPg++13.2.0Success61,623
Oct 23, 2024 13:59Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 22, 2024 23:26Mikhail ShirokovMikhail ShirokovCPPclang++18.1.3Success51,914
Oct 22, 2024 01:09RyanRyanCPPclang++18.1.3Success1,826,472+5.48 RP
Oct 21, 2024 16:17Vladimir TatVladimir TatCPPclang++18.1.3Success31,896
Oct 21, 2024 16:16Vladimir TatVladimir TatCPPg++13.2.0Success33,980
Oct 21, 2024 16:14Vladimir TatVladimir TatCPPclang++18.1.3Success31,894+129.32 RP
Oct 21, 2024 16:14Vladimir TatVladimir TatCPPclang++18.1.3Error
Oct 21, 2024 16:06Vladimir TatVladimir TatCPPg++13.2.0Error
Oct 21, 2024 16:05Vladimir TatVladimir TatCPPg++13.2.0Error
Oct 21, 2024 05:31Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Error
Oct 21, 2024 05:14Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Success98,163
Oct 20, 2024 22:04gordgordCPPclang++18.1.3Success292,971
Oct 20, 2024 22:03gordgordCPPclang++18.1.3Error
Oct 20, 2024 21:58gordgordCPPclang++18.1.3Error
Oct 20, 2024 21:56gordgordCPPclang++18.1.3Success293,474
Oct 20, 2024 21:52gordgordCPPclang++18.1.3Success293,264
Oct 20, 2024 21:48gordgordCPPclang++18.1.3Success293,898
Oct 20, 2024 21:18gordgordCPPclang++18.1.3Success242,130
Oct 20, 2024 21:14gordgordCPPclang++18.1.3Error
Oct 20, 2024 21:12gordgordCPPclang++18.1.3Success240,400+0.07 RP
Oct 20, 2024 21:03gordgordCPPclang++18.1.3Success240,788+36.06 RP
Oct 20, 2024 21:02gordgordCPPclang++18.1.3Error
Oct 20, 2024 20:26gordgordCPPclang++18.1.3Success1,828,336+5.47 RP
Oct 20, 2024 18:58Vladimir TatVladimir TatCPPg++13.2.0Success54,293
Oct 20, 2024 18:56Vladimir TatVladimir TatCPPg++13.2.0Error
Oct 20, 2024 18:24Vladimir TatVladimir TatCPPg++13.2.0Success54,283+17.96 RP
Oct 20, 2024 17:15Vladimir TatVladimir TatCPPclang++18.1.3Success60,146+0.04 RP
Oct 20, 2024 17:14Vladimir TatVladimir TatCPPclang++18.1.3Success60,162+43.34 RP
Oct 20, 2024 08:15Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Success41,405
Oct 20, 2024 08:13Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Error
Oct 20, 2024 06:47Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Success72,584
Oct 20, 2024 06:19Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Success78,787
Oct 20, 2024 06:04Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Success72,594
Oct 20, 2024 06:03Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Success72,575
Oct 20, 2024 06:01Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Success72,598
Oct 20, 2024 05:59Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Error
Oct 20, 2024 05:58Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Error
Oct 20, 2024 05:55Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Error
Oct 20, 2024 05:35Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Success32,718
Oct 20, 2024 05:31Andrey TsvetkovAndrey TsvetkovGOgo1.23.2Success31,752
Oct 19, 2024 11:51Anılcan GülkayaAnılcan GülkayaCPPclang++18.1.3Error
Oct 17, 2024 03:17Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,086
Oct 17, 2024 03:16Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,066
Oct 17, 2024 03:00Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,095
Oct 17, 2024 02:49Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,098
Oct 17, 2024 02:45Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 02:32Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 17, 2024 02:31Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 17, 2024 00:56Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,069
Oct 17, 2024 00:53Serge SmirnovSerge SmirnovCPPg++13.2.0Success32,530
Oct 17, 2024 00:52Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,069
Oct 17, 2024 00:44Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,026+3.51 RP
Oct 17, 2024 00:43Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 00:37Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 00:32Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 00:30Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 00:22Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 00:20Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 00:05Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 00:05Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 00:00Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 17, 2024 00:00Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:58Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:57Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:56Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:56Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:56Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:55Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:54Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 23:53Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:51Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,417
Oct 16, 2024 23:48Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,398
Oct 16, 2024 23:48Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:47Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 23:46Joad NacerJoad NacerCPPclang++18.1.3Success4,576
Oct 16, 2024 23:45Joad NacerJoad NacerCPPclang++18.1.3Success4,582
Oct 16, 2024 23:44Joad NacerJoad NacerCPPclang++18.1.3Success4,596
Oct 16, 2024 23:42Serge SmirnovSerge SmirnovCPPg++13.2.0Success33,134
Oct 16, 2024 23:41Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:41Joad NacerJoad NacerCPPclang++18.1.3Error
Oct 16, 2024 23:40Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,417
Oct 16, 2024 23:39Serge SmirnovSerge SmirnovCPPg++13.2.0Success31,410
Oct 16, 2024 23:34Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 23:33Serge SmirnovSerge SmirnovCPPg++13.2.0Success33,161
Oct 16, 2024 23:32Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 23:31Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 23:31Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 23:30Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 23:26Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 23:22Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 23:19Serge SmirnovSerge SmirnovCPPg++13.2.0Error
Oct 16, 2024 12:18Elnur RakhmatullinElnur RakhmatullinCPPclang++18.1.3Error
Oct 16, 2024 12:16Elnur RakhmatullinElnur RakhmatullinCPPclang++18.1.3Error
Oct 16, 2024 12:15Elnur RakhmatullinElnur RakhmatullinCPPclang++18.1.3Error