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 29, 2026 17:14Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 23,283Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 17:1423,0804,109,913,675321,359,000994,206,00077,504,512
2Apr 29, 2026 17:1423,2834,193,046,514331,012,000996,150,00076,308,480
3Apr 29, 2026 17:1423,5784,359,250,531327,502,0001,016,492,00076,247,040