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 10, 2023 17:01Benjamin YoungBenjamin YoungScore: 429,711Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 10, 2023 17:01429,66924,863,331,35424,491,155,7440267,808,768
2Jan 10, 2023 17:01429,71124,946,012,28124,493,523,7030267,784,192
3Jan 10, 2023 17:01430,00124,963,880,62224,510,034,7730264,298,496