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 19:04Alexander FrolovAlexander FrolovScore: 5,440Success
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 19:045,435338,416,826288,809,00020,986,000250,257,408
2Jan 18, 2025 19:045,440339,401,156286,150,00023,928,000250,257,408
3Jan 18, 2025 19:045,440335,697,907288,168,00021,936,000250,265,600