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 5, 2025 14:24Kirill AndriianovKirill AndriianovCPPclang++18.1.3Success68,648
Oct 5, 2025 14:21Kirill AndriianovKirill AndriianovCPPclang++18.1.3Success66,582
Oct 5, 2025 14:20Kirill AndriianovKirill AndriianovCPPclang++18.1.3Success98,953
Oct 5, 2025 14:07Kirill AndriianovKirill AndriianovCPPclang++18.1.3Success66,510
Oct 5, 2025 13:54Kirill AndriianovKirill AndriianovCPPclang++18.1.3Error
Oct 5, 2025 13:53Kirill AndriianovKirill AndriianovCPPclang++18.1.3Error
Oct 5, 2025 13:29Kirill AndriianovKirill AndriianovCPPclang++18.1.3Success59,967
Oct 5, 2025 13:29Kirill AndriianovKirill AndriianovCPPclang++18.1.3Error
Oct 5, 2025 13:28Kirill AndriianovKirill AndriianovCPPclang++18.1.3Error
Oct 5, 2025 13:22Kirill AndriianovKirill AndriianovCPPclang++18.1.3Error
Oct 5, 2025 10:12Bhavik-MakwanaBhavik-MakwanaRUSTrust-1.85.0Error
Oct 5, 2025 10:08Bhavik-MakwanaBhavik-MakwanaRUSTrust-1.85.0Error
Oct 5, 2025 10:02rogue *rogue *CPPg++13.3.0Error
Oct 5, 2025 09:59Bhavik-MakwanaBhavik-MakwanaRUSTrust-1.85.0Success382,767+26.13 RP
Oct 5, 2025 09:53rogue *rogue *CPPg++13.3.0Success58,903
Oct 5, 2025 09:52rogue *rogue *CPPg++13.3.0Success60,258
Oct 5, 2025 09:52rogue *rogue *CPPg++13.3.0Success59,596
Oct 5, 2025 09:40rogue *rogue *CPPg++13.3.0Success59,592
Oct 5, 2025 09:37rogue *rogue *CPPclang++18.1.3Success51,469
Oct 5, 2025 09:30rogue *rogue *CPPclang++18.1.3Success54,693
Oct 5, 2025 09:29rogue *rogue *CPPg++13.3.0Success56,982
Oct 5, 2025 09:20rogue *rogue *CPPg++13.3.0Success45,542
Oct 5, 2025 09:14rogue *rogue *CPPg++13.3.0Error
Oct 5, 2025 09:13rogue *rogue *CPPg++13.3.0Error
Oct 5, 2025 08:45rogue *rogue *CPPg++13.3.0Success37,943
Oct 5, 2025 08:44rogue *rogue *CPPg++13.3.0Error
Oct 5, 2025 08:43rogue *rogue *CPPg++13.3.0Error
Oct 5, 2025 08:40rogue *rogue *CPPg++13.3.0Success37,785+9.20 RP
Oct 5, 2025 08:40rogue *rogue *CPPclang++18.1.3Success44,118
Oct 5, 2025 04:50DOS-ex-machinaDOS-ex-machinaCPPg++13.3.0Error
Oct 5, 2025 04:50DOS-ex-machinaDOS-ex-machinaCPPg++13.3.0Error
Oct 5, 2025 04:43DOS-ex-machinaDOS-ex-machinaCPPg++13.3.0Error
Oct 5, 2025 04:41DOS-ex-machinaDOS-ex-machinaCPPg++13.3.0Error
Oct 5, 2025 04:40DOS-ex-machinaDOS-ex-machinaCPPg++13.3.0Error
Oct 5, 2025 04:39DOS-ex-machinaDOS-ex-machinaCPPg++13.3.0Error
Oct 5, 2025 04:28DOS-ex-machinaDOS-ex-machinaCPPg++13.3.0Error
Oct 1, 2025 20:40Nguyễn Minh Nhật NoéNguyễn Minh Nhật NoéCPPg++13.3.0Success2,068,255+4.83 RP
Oct 1, 2025 02:46Marpina BharaniMarpina BharaniCPPg++13.3.0Success2,069,610+4.83 RP
Oct 1, 2025 02:43Marpina BharaniMarpina BharaniCPPg++13.3.0Error
Sep 30, 2025 01:35CheranMahalingamCheranMahalingamCPPg++13.3.0Success395,373+17.45 RP
Sep 28, 2025 07:55sheryllynn24sheryllynn24CPPg++13.3.0Error
Sep 28, 2025 07:55sheryllynn24sheryllynn24CPPg++13.3.0Error
Sep 28, 2025 07:54sheryllynn24sheryllynn24CPPg++13.3.0Error
Sep 28, 2025 07:50sheryllynn24sheryllynn24CPPg++13.3.0Success6,175
Sep 28, 2025 07:48Tejas G.Tejas G.CPPg++13.3.0Error
Sep 28, 2025 07:36sheryllynn24sheryllynn24CPPg++13.3.0Success6,038+46.13 RP
Sep 28, 2025 07:25sheryllynn24sheryllynn24CPPg++13.3.0Success6,315
Sep 28, 2025 07:24sheryllynn24sheryllynn24CPPg++13.3.0Success6,211+10.81 RP
Sep 28, 2025 07:19sheryllynn24sheryllynn24CPPg++13.3.0Success6,327
Sep 28, 2025 07:17sheryllynn24sheryllynn24CPPg++13.3.0Error
Sep 28, 2025 07:13sheryllynn24sheryllynn24CPPg++13.3.0Success6,370
Sep 27, 2025 18:21sheryllynn24sheryllynn24CPPg++13.3.0Success6,325
Sep 27, 2025 18:16sheryllynn24sheryllynn24CPPg++13.3.0Success6,329
Sep 27, 2025 12:44SinaSinaCPPg++13.3.0Success135,469
Sep 27, 2025 11:50SinaSinaCPPg++13.3.0Error
Sep 27, 2025 09:43SinaSinaCPPg++13.3.0Error
Sep 27, 2025 09:05SinaSinaCPPg++13.3.0Success122,209+60.00 RP
Sep 27, 2025 07:44sheryllynn24sheryllynn24CPPg++13.3.0Success6,266
Sep 27, 2025 07:43sheryllynn24sheryllynn24CPPg++13.3.0Success6,373
Sep 27, 2025 07:42sheryllynn24sheryllynn24CPPError
Sep 27, 2025 07:40sheryllynn24sheryllynn24CPPg++13.3.0Success6,369
Sep 27, 2025 07:40sheryllynn24sheryllynn24CPPg++13.3.0Error
Sep 27, 2025 07:39sheryllynn24sheryllynn24CPPg++13.3.0Success6,371
Sep 27, 2025 07:38sheryllynn24sheryllynn24CPPg++13.3.0Success6,271
Sep 27, 2025 07:34sheryllynn24sheryllynn24CPPg++13.3.0Success6,397
Sep 27, 2025 07:34sheryllynn24sheryllynn24CPPg++13.3.0Success6,367
Sep 27, 2025 07:27sheryllynn24sheryllynn24CPPg++13.3.0Success7,218
Sep 27, 2025 07:25sheryllynn24sheryllynn24CPPg++13.3.0Success6,620
Sep 27, 2025 07:24sheryllynn24sheryllynn24CPPg++13.3.0Success6,804
Sep 27, 2025 07:17sheryllynn24sheryllynn24CPPg++13.3.0Success6,253+3.57 RP
Sep 27, 2025 07:16sheryllynn24sheryllynn24CPPg++13.3.0Success6,367
Sep 27, 2025 07:14sheryllynn24sheryllynn24CPPg++13.3.0Success6,607
Sep 27, 2025 07:08sheryllynn24sheryllynn24CPPg++13.3.0Success6,267+17.88 RP
Sep 27, 2025 07:08sheryllynn24sheryllynn24CPPg++13.3.0Error
Sep 27, 2025 07:06sheryllynn24sheryllynn24CPPg++13.3.0Success6,666
Sep 27, 2025 06:50sheryllynn24sheryllynn24CPPg++13.3.0Success6,915
Sep 27, 2025 06:44SinaSinaCPPg++13.3.0Success458,235+3.59 RP
Sep 27, 2025 06:42sheryllynn24sheryllynn24CPPg++13.3.0Success6,350
Sep 27, 2025 06:41SinaSinaCPPg++13.3.0Error
Sep 27, 2025 06:36SinaSinaCPPg++13.3.0Success548,533+18.23 RP
Sep 26, 2025 20:11sheryllynn24sheryllynn24CPPg++13.3.0Success6,338+5.95 RP
Sep 26, 2025 20:07sheryllynn24sheryllynn24CPPg++13.3.0Success6,488
Sep 26, 2025 20:06sheryllynn24sheryllynn24CPPg++13.3.0Success6,521
Sep 26, 2025 20:04sheryllynn24sheryllynn24CPPg++13.3.0Success6,524
Sep 26, 2025 20:04sheryllynn24sheryllynn24CPPg++13.3.0Success6,422
Sep 26, 2025 20:00sheryllynn24sheryllynn24CPPg++13.3.0Success6,362+1.48 RP
Sep 26, 2025 20:00sheryllynn24sheryllynn24CPPg++13.3.0Success6,955
Sep 26, 2025 19:58sheryllynn24sheryllynn24CPPg++13.3.0Success7,125
Sep 26, 2025 19:57sheryllynn24sheryllynn24CPPg++13.3.0Success6,737
Sep 26, 2025 19:56sheryllynn24sheryllynn24CPPg++13.3.0Success6,868
Sep 26, 2025 19:49sheryllynn24sheryllynn24CPPg++13.3.0Success6,488
Sep 26, 2025 19:31sheryllynn24sheryllynn24CPPg++13.3.0Success6,470
Sep 26, 2025 19:26sheryllynn24sheryllynn24CPPg++13.3.0Success6,375
Sep 26, 2025 19:23sheryllynn24sheryllynn24CPPg++13.3.0Success6,485
Sep 26, 2025 19:22sheryllynn24sheryllynn24CPPg++13.3.0Success6,465
Sep 26, 2025 19:21sheryllynn24sheryllynn24CPPg++13.3.0Success6,490
Sep 26, 2025 19:19sheryllynn24sheryllynn24CPPg++13.3.0Success6,368+5.16 RP
Sep 26, 2025 19:06sheryllynn24sheryllynn24CPPg++13.3.0Success6,506
Sep 26, 2025 19:01sheryllynn24sheryllynn24CPPg++13.3.0Success6,389+3.42 RP
Sep 26, 2025 18:58sheryllynn24sheryllynn24CPPg++13.3.0Error