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 listDec 2, 2022 07:49apuxbtapuxbtScore: 50,279Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 2, 2022 07:4950,1179,585,183,0672,856,692,6980134,930,432
2Dec 2, 2022 07:4950,2799,808,139,4382,865,888,3550135,004,160
3Dec 2, 2022 07:4950,4699,451,396,3092,876,740,3290134,971,392