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 27, 2022 15:57Sergey StreminSergey StreminScore: 414,280Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 15:57414,00024,495,724,74123,597,989,1440266,203,136
2Nov 27, 2022 15:57414,28024,314,199,77923,613,947,1200266,199,040
3Nov 27, 2022 15:57415,02324,427,883,54523,656,285,4190266,014,720