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 00:14AmirAmirScore: 28,492Success
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 00:1428,4782,795,408,3821,623,233,3870266,993,664
2Nov 27, 2022 00:1428,4922,925,301,9821,624,025,6270268,054,528
3Nov 27, 2022 00:1428,4952,956,190,9381,624,218,6650268,050,432