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 08:50NoSIMD_C#NoSIMD_C#Score: 81,977Success
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 08:5081,79417,445,161,9801,378,574,0003,283,681,00034,385,920
2Nov 15, 2024 08:5081,97717,755,193,8601,381,264,0003,291,437,00045,223,936
3Nov 15, 2024 08:5082,52417,765,877,4721,420,762,0003,283,085,00033,390,592