Fizz Buzz Sergey Svistunov

Perform FizzBuzz on a stream of binary integers as fast as possible.

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

Output: For each number n, print one line:

  • FizzBuzz if n is divisible by both 3 and 5
  • Fizz if n is divisible by 3
  • Buzz if n is divisible by 5
  • n as a decimal string otherwise
Date AuthorLanguageStatus Score
Mar 6, 2026 00:59olliecrowolliecrowCPPclang++18.1.3Error
Mar 6, 2026 00:23olliecrowolliecrowCPPclang++18.1.3Error
Mar 6, 2026 00:19olliecrowolliecrowCPPclang++18.1.3Error
Mar 6, 2026 00:15olliecrowolliecrowCPPclang++18.1.3Error
Mar 5, 2026 23:00Sergey SerebryakovSergey SerebryakovCPPg++13.3.0Error
Mar 5, 2026 22:59Sergey SerebryakovSergey SerebryakovCPPg++13.3.0Error
Mar 5, 2026 22:55Sergey SerebryakovSergey SerebryakovCPPg++13.3.0Error
Mar 5, 2026 22:53Sergey SerebryakovSergey SerebryakovCPPclang++18.1.3Error
Mar 5, 2026 15:19NoSIMD_C#NoSIMD_C#CSHARP9.0.13Error
Mar 5, 2026 02:36olliecrowolliecrowCPPclang++18.1.3Success4,552
Mar 5, 2026 02:30olliecrowolliecrowCPPclang++18.1.3Success4,551
Mar 5, 2026 02:22olliecrowolliecrowCPPclang++18.1.3Success5,431
Mar 5, 2026 02:17olliecrowolliecrowCPPclang++18.1.3Success4,655
Mar 5, 2026 02:10olliecrowolliecrowCPPclang++18.1.3Success4,549
Mar 5, 2026 02:03olliecrowolliecrowCPPclang++18.1.3Success4,544+0.48 RP
Mar 5, 2026 01:59olliecrowolliecrowCPPclang++18.1.3Success4,547
Mar 5, 2026 01:52olliecrowolliecrowCPPclang++18.1.3Success4,736
Mar 5, 2026 01:39olliecrowolliecrowCPPclang++18.1.3Success4,545+0.97 RP
Mar 5, 2026 01:36olliecrowolliecrowCPPclang++18.1.3Success4,934
Mar 5, 2026 01:32olliecrowolliecrowCPPclang++18.1.3Success4,549
Mar 5, 2026 01:27olliecrowolliecrowCPPclang++18.1.3Success4,551
Mar 5, 2026 01:10olliecrowolliecrowCPPclang++18.1.3Success4,548
Mar 5, 2026 01:04olliecrowolliecrowCPPclang++18.1.3Success4,741
Mar 5, 2026 00:52olliecrowolliecrowCPPclang++18.1.3Success4,548
Mar 5, 2026 00:42olliecrowolliecrowCPPclang++18.1.3Success5,434
Mar 5, 2026 00:10olliecrowolliecrowCPPclang++18.1.3Success4,547+0.48 RP
Mar 5, 2026 00:07olliecrowolliecrowCPPclang++18.1.3Success4,653
Mar 4, 2026 23:59olliecrowolliecrowCPPclang++18.1.3Success5,415
Mar 4, 2026 23:54olliecrowolliecrowCPPclang++18.1.3Success4,557
Mar 4, 2026 23:52olliecrowolliecrowCPPclang++18.1.3Success4,551
Mar 4, 2026 23:49olliecrowolliecrowCPPclang++18.1.3Success4,548+7.71 RP
Mar 4, 2026 23:47olliecrowolliecrowCPPclang++18.1.3Success5,205
Mar 4, 2026 23:34olliecrowolliecrowCPPclang++18.1.3Success4,597
Mar 4, 2026 23:33olliecrowolliecrowCPPclang++18.1.3Success4,643
Mar 4, 2026 23:32olliecrowolliecrowCPPclang++18.1.3Success4,564+5.27 RP
Mar 4, 2026 23:31olliecrowolliecrowCPPg++13.3.0Success5,173
Mar 4, 2026 23:29olliecrowolliecrowCPPclang++18.1.3Success5,270
Mar 4, 2026 23:26olliecrowolliecrowCPPclang++18.1.3Success4,575+4.29 RP
Mar 4, 2026 23:26olliecrowolliecrowCPPclang++18.1.3Success4,602
Mar 4, 2026 23:25olliecrowolliecrowCPPclang++18.1.3Success4,814
Mar 4, 2026 23:23olliecrowolliecrowCPPclang++18.1.3Success4,639
Mar 4, 2026 23:10olliecrowolliecrowCPPclang++18.1.3Success8,043
Mar 4, 2026 23:05olliecrowolliecrowCPPclang++18.1.3Success4,936
Mar 4, 2026 23:01olliecrowolliecrowCPPclang++18.1.3Success4,592
Mar 4, 2026 22:57olliecrowolliecrowCPPclang++18.1.3Success4,599
Mar 4, 2026 22:51olliecrowolliecrowCPPclang++18.1.3Success4,584+291.14 RP
Mar 4, 2026 22:46olliecrowolliecrowCPPclang++18.1.3Success5,404
Mar 4, 2026 22:42olliecrowolliecrowCPPclang++18.1.3Success5,553
Mar 4, 2026 22:36olliecrowolliecrowCPPclang++18.1.3Success5,391
Mar 4, 2026 22:32olliecrowolliecrowCPPclang++18.1.3Success8,290
Mar 4, 2026 22:28olliecrowolliecrowCPPg++13.3.0Success7,435
Mar 4, 2026 22:25olliecrowolliecrowCPPclang++18.1.3Success5,290+148.20 RP
Mar 4, 2026 22:22olliecrowolliecrowCPPg++13.3.0Success9,493
Feb 26, 2026 15:53NoSIMD_C#NoSIMD_C#CSHARP9.0.13Success82,225
Feb 26, 2026 15:50NoSIMD_C#NoSIMD_C#CSHARP9.0.13Error
Feb 26, 2026 15:49NoSIMD_C#NoSIMD_C#CSHARP9.0.13Success25,705
Feb 20, 2026 10:18Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success4,927+88.64 RP
Feb 20, 2026 10:10Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Error
Feb 20, 2026 10:01Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success5,152+1'358.11 RP
Feb 19, 2026 21:29Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success20,916
Feb 19, 2026 21:26Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Error
Feb 19, 2026 21:02Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Error
Feb 19, 2026 20:55Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Error
Feb 19, 2026 20:11Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success20,841
Feb 19, 2026 19:42Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success21,058
Feb 19, 2026 19:34Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Error
Feb 19, 2026 18:30Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Error
Feb 19, 2026 17:31Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success20,682
Feb 19, 2026 15:36Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success17,156+1.05 RP
Feb 19, 2026 15:14Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success17,187+121.28 RP
Feb 19, 2026 15:03Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success26,781
Feb 19, 2026 15:01Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Error
Feb 19, 2026 14:32Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Success21,713+69.99 RP
Feb 19, 2026 14:20Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Error
Feb 19, 2026 13:42Aleksei ShahoikaAleksei ShahoikaCPPclang++18.1.3Error
Feb 14, 2026 23:17olliecrowolliecrowCPPclang++18.1.3Success10,330
Feb 14, 2026 23:04olliecrowolliecrowCPPclang++18.1.3Success5,808
Feb 14, 2026 22:57olliecrowolliecrowCPPclang++18.1.3Success5,740+496.05 RP
Feb 14, 2026 22:32olliecrowolliecrowCPPclang++18.1.3Success8,085
Feb 14, 2026 22:30olliecrowolliecrowCPPclang++18.1.3Success8,025+4.64 RP
Feb 14, 2026 22:29olliecrowolliecrowCPPclang++18.1.3Success9,515
Feb 14, 2026 22:28olliecrowolliecrowCPPclang++18.1.3Success8,176
Feb 14, 2026 22:26olliecrowolliecrowCPPclang++18.1.3Success8,055+105.10 RP
Feb 14, 2026 22:25olliecrowolliecrowCPPclang++18.1.3Success8,828
Feb 14, 2026 22:23olliecrowolliecrowCPPclang++18.1.3Success8,800+4.63 RP
Feb 14, 2026 22:22olliecrowolliecrowCPPclang++18.1.3Success8,836+1.41 RP
Feb 14, 2026 22:19olliecrowolliecrowCPPclang++18.1.3Success8,847+324.52 RP
Feb 14, 2026 22:13olliecrowolliecrowCPPg++13.3.0Success12,410+66.05 RP
Feb 14, 2026 22:10olliecrowolliecrowCPPg++13.3.0Success13,518+739.75 RP
Feb 6, 2026 06:04Josu San MartinJosu San MartinRUSTrust-1.92.0Success3,913+127.84 RP
Feb 6, 2026 05:14Josu San MartinJosu San MartinCPPg++13.3.0Success4,799
Feb 6, 2026 05:11Josu San MartinJosu San MartinRUSTrust-1.92.0Success4,035+23.12 RP
Feb 6, 2026 03:38Josu San MartinJosu San MartinRUSTrust-1.92.0Success4,111
Feb 6, 2026 03:23Josu San MartinJosu San MartinCPPg++13.3.0Success3,992+37.09 RP
Feb 6, 2026 03:22Josu San MartinJosu San MartinCPPclang++18.1.3Success4,052+6.08 RP
Feb 6, 2026 02:40Josu San MartinJosu San MartinCPPclang++18.1.3Success5,167
Feb 5, 2026 12:34Josu San MartinJosu San MartinCPPclang++18.1.3Success5,143
Feb 5, 2026 05:36Josu San MartinJosu San MartinRUSTrust-1.92.0Success4,321
Feb 5, 2026 05:36Josu San MartinJosu San MartinRUSTrust-1.92.0Success4,272
Feb 5, 2026 05:14Josu San MartinJosu San MartinCPPclang++18.1.3Success4,118