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 listApr 24, 2024 13:30Kyle WangKyle WangScore: 27,781Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 24, 2024 13:3027,5031,888,580,3811,567,683,0120267,624,448
2Apr 24, 2024 13:3027,7812,152,006,7691,583,532,0910268,005,376
3Apr 24, 2024 13:3027,8942,148,031,1481,589,952,9270268,111,872