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 listApr 29, 2026 00:16Victor MerckléVictor MerckléScore: 3,063Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 00:183,050192,684,186151,888,00021,983,000250,155,008
2Apr 29, 2026 00:183,051194,651,670149,093,00024,848,000250,138,624
3Apr 29, 2026 00:183,052195,898,933151,015,00023,002,000250,118,144
4Apr 29, 2026 00:183,056193,722,988151,308,00022,895,000250,130,432
5Apr 29, 2026 00:183,063196,446,555149,652,00024,942,000250,130,432
6Apr 29, 2026 00:183,081196,409,741152,710,00022,956,000250,155,008
7Apr 29, 2026 00:183,083193,709,572153,802,00021,971,000250,097,664
8Apr 29, 2026 00:183,084192,716,467152,855,00022,978,000250,146,816
9Apr 29, 2026 00:183,085192,752,438152,874,00022,981,000250,195,968