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 21, 2025 07:12Pavel GusevPavel GusevScore: 74,727Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2025 07:1274,3504,292,532,3333,190,445,0001,047,489,000232,779,776
2Apr 21, 2025 07:1274,7274,308,720,7703,160,367,0001,099,084,000232,841,216
3Apr 21, 2025 07:1280,2514,623,432,5703,373,284,0001,201,033,000232,714,240