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 20, 2025 15:23Bohdan StorozhukBohdan StorozhukScore: 5,061Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 20, 2025 15:235,060315,218,477242,503,00045,906,000251,985,920
2Jan 20, 2025 15:235,061320,171,461235,596,00052,909,000251,891,712
3Jan 20, 2025 15:235,240322,475,924236,738,00061,931,000252,006,400