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 12, 2025 17:22Alexander FrolovAlexander FrolovScore: 11,363Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 12, 2025 17:2211,336670,545,518584,250,00061,920,000252,096,512
2Jan 12, 2025 17:2211,363668,562,272582,847,00064,871,000252,096,512
3Jan 12, 2025 17:2211,371672,316,316580,218,00067,908,000252,047,360