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
Feb 14, 2026 00:07Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success6,322+122.99 RP
Feb 14, 2026 00:07Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success7,211
Feb 13, 2026 23:49Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success6,855+22.63 RP
Feb 13, 2026 23:45Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success7,004
Feb 13, 2026 23:45Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success6,963+6.98 RP
Feb 13, 2026 23:40Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success7,000
Feb 13, 2026 23:34Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success6,997+3.87 RP
Feb 13, 2026 23:33Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success7,117
Feb 13, 2026 23:32Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success7,481
Feb 13, 2026 23:31Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success7,791
Feb 13, 2026 23:25Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success7,130
Feb 13, 2026 23:23Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success7,016+16.07 RP
Feb 13, 2026 23:20Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Success29,330
Feb 13, 2026 23:15Mikołaj UzarskiMikołaj UzarskiCPPclang++18.1.3Error
Feb 13, 2026 21:19Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success6,749
Feb 13, 2026 21:18Daniel MastalerzDaniel MastalerzCPPg++13.3.0Success8,505
Feb 13, 2026 21:16Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success6,656+7.19 RP
Feb 13, 2026 21:15Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Error
Feb 13, 2026 21:13Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Error
Feb 13, 2026 21:12Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success6,688+29.37 RP
Feb 13, 2026 21:11Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success6,822+41.34 RP
Feb 13, 2026 21:10Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Error
Feb 13, 2026 21:09Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success7,020+76.43 RP
Feb 13, 2026 21:07Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success7,418+4.71 RP
Feb 13, 2026 21:06Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success7,444+89.45 RP
Feb 13, 2026 21:05Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success9,602
Feb 13, 2026 20:35Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success8,568
Feb 13, 2026 20:34wnwnCPPg++13.3.0Error
Feb 13, 2026 20:34wnwnCPPg++13.3.0Error
Feb 13, 2026 20:31wnwnCPPg++13.3.0Error
Feb 13, 2026 20:31wnwnCPPg++13.3.0Error
Feb 13, 2026 20:29wnwnCPPg++13.3.0Error
Feb 13, 2026 20:20Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success7,975+1.10 RP
Feb 13, 2026 20:19Krishn ParasarKrishn ParasarCPPg++13.3.0Success84,196+113.93 RP
Feb 13, 2026 20:00Krishn ParasarKrishn ParasarCPPg++13.3.0Success2,067,097+4.84 RP
Feb 13, 2026 19:58Krishn ParasarKrishn ParasarCPPg++13.3.0Error
Feb 13, 2026 19:57Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Success7,982+37.90 RP
Feb 13, 2026 19:31wnwnCPPg++13.3.0Error
Feb 13, 2026 19:30wnwnCPPg++13.3.0Error
Feb 13, 2026 18:53wnwnCPPg++13.3.0Error
Feb 13, 2026 18:42wnwnCPPg++13.3.0Error
Feb 13, 2026 18:23wnwnCPPg++13.3.0Error
Feb 13, 2026 14:21wnwnCPPg++13.3.0Error
Feb 13, 2026 14:18wnwnCPPg++13.3.0Error
Feb 13, 2026 14:15wnwnCPPg++13.3.0Error
Feb 13, 2026 14:15wnwnCPPg++13.3.0Error
Feb 13, 2026 14:13wnwnCPPg++13.3.0Error
Feb 13, 2026 14:10wnwnCPPg++13.3.0Error
Feb 13, 2026 14:08wnwnCPPg++13.3.0Error
Feb 12, 2026 18:33CheckHarryCheckHarryCPPg++13.3.0Success56,605+0.03 RP
Feb 12, 2026 18:32CheckHarryCheckHarryCPPg++13.3.0Success77,064
Feb 12, 2026 18:30CheckHarryCheckHarryCPPg++13.3.0Success77,391
Feb 12, 2026 18:30CheckHarryCheckHarryCPPg++13.3.0Success78,608
Feb 12, 2026 18:29CheckHarryCheckHarryCPPg++13.3.0Success78,590
Feb 12, 2026 18:27CheckHarryCheckHarryCPPg++13.3.0Error
Feb 12, 2026 18:25CheckHarryCheckHarryCPPg++13.3.0Error
Feb 12, 2026 18:14CheckHarryCheckHarryCPPg++13.3.0Error
Feb 12, 2026 18:12CheckHarryCheckHarryCPPg++13.3.0Success83,620
Feb 12, 2026 17:50CheckHarryCheckHarryCPPg++13.3.0Success56,615+171.79 RP
Feb 12, 2026 17:47CheckHarryCheckHarryCPPg++13.3.0Error
Feb 12, 2026 17:42CheckHarryCheckHarryCPPg++13.3.0Error
Feb 12, 2026 17:41CheckHarryCheckHarryCPPg++13.3.0Error
Feb 12, 2026 16:58CheckHarryCheckHarryCPPg++13.3.0Success2,066,673+4.84 RP
Feb 12, 2026 08:01Daniel MastalerzDaniel MastalerzCPPclang++18.1.3Error
Feb 12, 2026 05:23olliecrowolliecrowCPPg++13.3.0Success5,958
Feb 12, 2026 04:41olliecrowolliecrowCPPg++13.3.0Success6,328
Feb 12, 2026 04:29olliecrowolliecrowCPPg++13.3.0Success6,023
Feb 12, 2026 03:36olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 03:31olliecrowolliecrowCPPg++13.3.0Success60,655
Feb 12, 2026 03:23olliecrowolliecrowCPPg++13.3.0Success9,784
Feb 12, 2026 03:18olliecrowolliecrowCPPg++13.3.0Success9,621
Feb 12, 2026 01:09olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 01:02olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 00:54olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 00:47olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 00:44olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 00:39olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 00:26olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 00:19olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 00:09olliecrowolliecrowCPPg++13.3.0Success6,393
Feb 12, 2026 00:05olliecrowolliecrowCPPg++13.3.0Error
Feb 12, 2026 00:03olliecrowolliecrowCPPg++13.3.0Success7,207
Feb 11, 2026 23:52olliecrowolliecrowCPPg++13.3.0Success61,033
Feb 11, 2026 22:19olliecrowolliecrowCPPg++13.3.0Success6,207
Feb 11, 2026 22:15olliecrowolliecrowCPPg++13.3.0Success6,481
Feb 11, 2026 22:05olliecrowolliecrowCPPg++13.3.0Success6,002
Feb 11, 2026 21:59olliecrowolliecrowCPPg++13.3.0Success6,133
Feb 11, 2026 21:38olliecrowolliecrowCPPg++13.3.0Success6,011
Feb 11, 2026 21:24olliecrowolliecrowCPPg++13.3.0Success6,052
Feb 11, 2026 21:17olliecrowolliecrowCPPg++13.3.0Success6,209
Feb 11, 2026 20:46olliecrowolliecrowCPPclang++18.1.3Success6,024
Feb 11, 2026 20:41olliecrowolliecrowCPPg++13.3.0Success7,084
Feb 11, 2026 20:37olliecrowolliecrowCPPg++13.3.0Success6,093
Feb 11, 2026 20:29olliecrowolliecrowCPPg++13.3.0Success6,024
Feb 11, 2026 20:22olliecrowolliecrowCPPg++13.3.0Success6,062
Feb 11, 2026 20:05olliecrowolliecrowCPPg++13.3.0Success5,736+100.80 RP
Feb 11, 2026 19:27olliecrowolliecrowCPPg++13.3.0Success6,494
Feb 11, 2026 19:27olliecrowolliecrowCPPg++13.3.0Success6,490
Feb 11, 2026 19:27olliecrowolliecrowCPPg++13.3.0Success6,482
Feb 11, 2026 19:27olliecrowolliecrowCPPg++13.3.0Success6,482