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 listOct 31, 2025 20:57AnSaAnSaScore: 19,414Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 31, 2025 20:5719,4041,136,232,6151,084,054,00021,980,000250,068,992
2Oct 31, 2025 20:5719,4141,134,238,6411,082,656,00023,970,000250,032,128
3Oct 31, 2025 20:5719,4331,139,176,5601,084,684,00022,972,000250,011,648