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 listJan 18, 2025 18:57Alexander FrolovAlexander FrolovScore: 5,460Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 18, 2025 18:575,460338,933,888290,249,00020,945,000250,249,216
2Jan 18, 2025 18:575,460335,407,644288,282,00022,942,000250,056,704
3Jan 18, 2025 18:575,461334,083,300288,332,00022,946,000250,224,640