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 17, 2025 07:55Ian MckibbenIan MckibbenScore: 32,065Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 17, 2025 07:5531,6124,918,482,7301,058,777,000743,123,00097,587,200
2Jan 17, 2025 07:5532,0654,405,340,4061,074,233,000753,490,000108,429,312
3Jan 17, 2025 07:5532,1644,264,513,1101,066,208,000767,113,000110,927,872