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
Back to listAug 16, 2026 14:59Victor MerckléVictor MerckléScore: 1,621Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 15:011,60799,782,62470,962,00020,651,000249,888,768stderr
2Aug 16, 2026 15:011,611100,064,75470,358,00021,520,000249,884,672stderr
3Aug 16, 2026 15:011,617101,277,53070,919,00021,287,000249,909,248stderr
4Aug 16, 2026 15:011,620101,470,76970,914,00021,480,000249,905,152stderr
5Aug 16, 2026 15:011,621100,911,67171,103,00021,305,000249,892,864stderr
6Aug 16, 2026 15:011,621100,614,62070,986,00021,432,000249,868,288stderr
7Aug 16, 2026 15:011,627101,243,28971,070,00021,707,000249,905,152stderr
8Aug 16, 2026 15:011,638103,690,68971,800,00021,605,000249,888,768stderr
9Aug 16, 2026 15:011,640102,041,10871,858,00021,649,000249,888,768stderr