Format integers Sergey Svistunov

Compute a checksum over the decimal representations of binary integers as fast as possible.

Input: 250 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: A uint64 checksum computed as:

CRC = sum of number_crc(n) for each n

where number_crc(n) converts n to its decimal string and sums ascii(digit) * position over each digit (0-indexed from the left).

Example: For n = 42, the decimal string is "42", so number_crc(42) = ascii('4') * 0 + ascii('2') * 1 = 52 * 0 + 50 * 1 = 50.

Date AuthorLanguageStatus Score
Apr 16, 2026 19:37olliecrowolliecrowCSHARP9.0.14Success243,858
Apr 16, 2026 19:20olliecrowolliecrowRUSTrust-1.94.0Success110,179
Apr 16, 2026 19:20olliecrowolliecrowGOgo1.26.1Success213,756
Apr 16, 2026 19:17olliecrowolliecrowZIG0.14.0Success461,903
Apr 16, 2026 17:28olliecrowolliecrowCSHARP9.0.14Success161,516
Apr 16, 2026 16:58olliecrowolliecrowCSHARP9.0.14Success230,910
Apr 16, 2026 16:25olliecrowolliecrowCSHARP9.0.14Error
Apr 16, 2026 16:19olliecrowolliecrowCSHARP9.0.14Error
Apr 16, 2026 01:13olliecrowolliecrowCSHARP9.0.14Error
Apr 15, 2026 04:04olliecrowolliecrowCPPclang++18.1.3Error
Apr 12, 2026 18:40Yuriy LyfenkoYuriy LyfenkoCPPclang++18.1.3Success61,522
Apr 12, 2026 18:39Yuriy LyfenkoYuriy LyfenkoCPPclang++18.1.3Success63,182
Apr 12, 2026 18:39Yuriy LyfenkoYuriy LyfenkoCPPg++13.3.0Success68,110
Apr 12, 2026 17:46Yuriy LyfenkoYuriy LyfenkoCPPclang++18.1.3Error
Apr 12, 2026 17:39Yuriy LyfenkoYuriy LyfenkoCPPclang++18.1.3Error
Apr 12, 2026 17:19Yuriy LyfenkoYuriy LyfenkoCPPclang++18.1.3Success65,537
Apr 12, 2026 04:58Yuriy LyfenkoYuriy LyfenkoCPPclang++18.1.3Success99,225
Apr 12, 2026 04:47Yuriy LyfenkoYuriy LyfenkoCPPg++13.3.0Success3,133,784
Apr 12, 2026 04:00Yuriy LyfenkoYuriy LyfenkoCPPclang++18.1.3Success101,981
Apr 9, 2026 17:55olliecrowolliecrowGOgo1.26.2Error
Apr 8, 2026 02:11olliecrowolliecrowGOgo1.26.2Success201,443
Apr 7, 2026 12:38limanjun99limanjun99CPPg++13.3.0Success148,791
Apr 7, 2026 12:31limanjun99limanjun99CPPg++13.3.0Success219,659
Apr 7, 2026 12:27limanjun99limanjun99CPPg++13.3.0Success151,237
Apr 7, 2026 12:19limanjun99limanjun99CPPg++13.3.0Success149,789
Apr 7, 2026 02:16olliecrowolliecrowGOgo1.26.1Success201,746
Apr 6, 2026 19:56olliecrowolliecrowRUSTrust-1.94.1Success105,414+2.16 RP
Apr 6, 2026 15:36limanjun99limanjun99CPPg++13.3.0Success239,094
Apr 6, 2026 15:32limanjun99limanjun99CPPg++13.3.0Success197,143
Apr 6, 2026 15:26limanjun99limanjun99CPPg++13.3.0Success140,023
Apr 6, 2026 15:02limanjun99limanjun99CPPg++13.3.0Success119,774
Apr 6, 2026 14:26limanjun99limanjun99CPPg++13.3.0Success107,585
Apr 6, 2026 14:25limanjun99limanjun99CPPg++13.3.0Success167,724
Apr 6, 2026 14:20limanjun99limanjun99CPPg++13.3.0Success108,058
Apr 6, 2026 14:18limanjun99limanjun99CPPg++13.3.0Success236,951
Apr 6, 2026 10:34limanjun99limanjun99CPPg++13.3.0Success121,142
Apr 5, 2026 22:48limanjun99limanjun99CPPg++13.3.0Success195,687
Apr 5, 2026 22:08limanjun99limanjun99CPPg++13.3.0Success107,435+1.11 RP
Apr 5, 2026 21:59limanjun99limanjun99CPPg++13.3.0Success108,736+4.28 RP
Apr 5, 2026 20:48limanjun99limanjun99CPPg++13.3.0Success360,036
Apr 5, 2026 20:45limanjun99limanjun99CPPg++13.3.0Success306,374
Apr 4, 2026 14:14limanjun99limanjun99CPPg++13.3.0Success219,869
Apr 4, 2026 10:29limanjun99limanjun99CPPg++13.3.0Success122,414
Apr 4, 2026 07:27limanjun99limanjun99CPPg++13.3.0Success114,049+0.52 RP
Apr 4, 2026 07:23limanjun99limanjun99CPPg++13.3.0Success114,723+0.16 RP
Apr 4, 2026 07:05limanjun99limanjun99CPPg++13.3.0Success114,939+0.48 RP
Apr 4, 2026 06:45limanjun99limanjun99CPPg++13.3.0Success115,901
Apr 4, 2026 06:22limanjun99limanjun99CPPg++13.3.0Success130,259
Apr 4, 2026 05:52limanjun99limanjun99CPPg++13.3.0Success123,167
Apr 4, 2026 05:43limanjun99limanjun99CPPg++13.3.0Success120,974
Apr 4, 2026 05:25limanjun99limanjun99CPPg++13.3.0Success116,589
Apr 4, 2026 05:14limanjun99limanjun99CPPg++13.3.0Error
Apr 4, 2026 05:13limanjun99limanjun99CPPg++13.3.0Success115,578+2.94 RP
Apr 4, 2026 05:04limanjun99limanjun99CPPg++13.3.0Success119,641+0.13 RP
Apr 4, 2026 05:00limanjun99limanjun99CPPg++13.3.0Success119,824+0.28 RP
Apr 4, 2026 05:00limanjun99limanjun99CPPg++13.3.0Error
Apr 4, 2026 04:46limanjun99limanjun99CPPg++13.3.0Success122,149
Apr 4, 2026 03:12limanjun99limanjun99CPPg++13.3.0Success120,229+0.09 RP
Apr 4, 2026 03:09limanjun99limanjun99CPPg++13.3.0Success120,358+1.09 RP
Apr 4, 2026 02:56limanjun99limanjun99CPPg++13.3.0Success128,163
Apr 3, 2026 15:21limanjun99limanjun99CPPg++13.3.0Success122,074
Apr 3, 2026 15:00limanjun99limanjun99CPPg++13.3.0Success121,953+6.12 RP
Apr 3, 2026 14:47limanjun99limanjun99CPPg++13.3.0Success131,794+2.79 RP
Apr 3, 2026 14:40limanjun99limanjun99CPPg++13.3.0Success136,829+0.06 RP
Apr 3, 2026 14:39limanjun99limanjun99CPPg++13.3.0Success136,944+6.14 RP
Apr 3, 2026 14:36limanjun99limanjun99CPPg++13.3.0Error
Apr 3, 2026 14:35limanjun99limanjun99CPPg++13.3.0Error
Apr 3, 2026 14:34limanjun99limanjun99CPPg++13.3.0Error
Apr 3, 2026 08:08limanjun99limanjun99CPPg++13.3.0Success218,554
Apr 3, 2026 05:58limanjun99limanjun99CPPg++13.3.0Success193,817
Apr 3, 2026 05:18limanjun99limanjun99CPPg++13.3.0Success171,706
Apr 3, 2026 05:01limanjun99limanjun99CPPg++13.3.0Success179,045
Apr 3, 2026 05:00limanjun99limanjun99CPPg++13.3.0Success179,648
Apr 3, 2026 04:57limanjun99limanjun99CPPg++13.3.0Success179,443
Apr 3, 2026 04:50limanjun99limanjun99CPPg++13.3.0Success227,571
Apr 3, 2026 04:49limanjun99limanjun99CPPg++13.3.0Error
Apr 2, 2026 07:38olliecrowolliecrowCSHARP9.0.14Success161,835
Apr 1, 2026 08:30limanjun99limanjun99CPPg++13.3.0Success339,018
Apr 1, 2026 07:44limanjun99limanjun99CPPg++13.3.0Success277,084
Apr 1, 2026 05:02limanjun99limanjun99CPPg++13.3.0Success357,727
Mar 31, 2026 15:43limanjun99limanjun99CPPg++13.3.0Error
Mar 31, 2026 15:31limanjun99limanjun99CPPg++13.3.0Success518,897
Mar 31, 2026 10:26limanjun99limanjun99CPPg++13.3.0Success320,578
Mar 31, 2026 10:06limanjun99limanjun99CPPg++13.3.0Error
Mar 31, 2026 09:47Dominique GarmierDominique GarmierCPPg++13.3.0Success175,348
Mar 31, 2026 09:39limanjun99limanjun99CPPg++13.3.0Success175,331
Mar 31, 2026 09:35limanjun99limanjun99CPPg++13.3.0Success176,057
Mar 31, 2026 09:29limanjun99limanjun99CPPg++13.3.0Success168,125
Mar 31, 2026 06:35limanjun99limanjun99CPPg++13.3.0Success174,372
Mar 31, 2026 06:29limanjun99limanjun99CPPg++13.3.0Success169,180
Mar 31, 2026 00:07Dominique GarmierDominique GarmierCPPclang++18.1.3Success182,941
Mar 31, 2026 00:04Dominique GarmierDominique GarmierCPPclang++18.1.3Success349,217
Mar 30, 2026 22:56Dominique GarmierDominique GarmierRUSTrust-1.94.1Success259,876
Mar 30, 2026 19:29Dominique GarmierDominique GarmierCPPclang++18.1.3Success132,626
Mar 30, 2026 16:39Dominique GarmierDominique GarmierRUSTrust-1.94.1Success250,083
Mar 30, 2026 16:31limanjun99limanjun99CPPg++13.3.0Success179,020
Mar 30, 2026 16:27Dominique GarmierDominique GarmierRUSTrust-1.94.1Success170,844
Mar 30, 2026 16:13limanjun99limanjun99CPPg++13.3.0Success310,037
Mar 30, 2026 15:58limanjun99limanjun99CPPg++13.3.0Success329,177
Mar 30, 2026 15:58Dominique GarmierDominique GarmierCPPclang++18.1.3Success279,064