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 16:41Alexander FrolovAlexander FrolovScore: 11,362Success
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 16:4111,361673,335,516590,639,00056,965,000252,096,512
2Jan 12, 2025 16:4111,362673,023,881578,655,00068,958,000251,834,368
3Jan 12, 2025 16:4111,367673,579,265587,924,00059,992,000252,039,168