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 30, 2024 10:34IhebIhebScore: 24,464Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 30, 2024 10:3424,2621,686,491,2051,382,958,7360267,640,832
2Jan 30, 2024 10:3424,4641,968,031,1801,394,428,0750268,034,048
3Jan 30, 2024 10:3424,5301,986,587,6281,398,200,6320267,227,136