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 listNov 15, 2024 09:40NoSIMD_C#NoSIMD_C#Score: 84,107Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 15, 2024 09:4083,91017,602,453,2531,465,862,0003,316,997,00033,005,568
2Nov 15, 2024 09:4084,10717,975,175,2381,500,682,0003,293,389,00032,378,880
3Nov 15, 2024 09:4084,55117,732,723,2191,529,734,0003,289,696,00033,107,968