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 06:18Robert BurkeRobert BurkeScore: 427,496Success
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 06:18426,15124,682,831,67824,290,601,4380265,781,248
2Nov 27, 2022 06:18427,49624,840,125,96924,367,247,9020265,199,616
3Nov 27, 2022 06:18429,30524,849,871,03524,470,387,3880264,957,952