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 listNov 15, 2024 18:42Dan StolyarovDan StolyarovScore: 8,417Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 15, 2024 18:428,381722,627,079369,118,000108,623,000263,061,504
2Nov 15, 2024 18:428,417732,899,225372,719,000107,068,000263,086,080
3Nov 15, 2024 18:428,440733,012,670383,015,00098,051,000262,914,048