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 21:27Alexander FrolovAlexander FrolovScore: 8,694Success
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 21:278,672521,254,835473,353,00020,971,000250,281,984
2Jan 18, 2025 21:278,694526,559,590476,583,00018,983,000250,253,312
3Jan 18, 2025 21:278,758523,066,048477,245,00021,965,000250,220,544