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 listJun 20, 2024 05:47matsuoka-601matsuoka-601Score: 5,321Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2024 05:475,249553,148,097201,104,00098,099,000266,588,160
2Jun 20, 2024 05:475,253530,802,024209,684,00089,720,000266,924,032
3Jun 20, 2024 05:475,269541,752,834222,382,00077,937,000266,858,496
4Jun 20, 2024 05:475,277558,679,901210,345,00090,438,000266,907,648
5Jun 20, 2024 05:475,304539,406,081217,897,00084,448,000266,776,576
6Jun 20, 2024 05:475,306612,320,968214,164,00088,304,000266,743,808
7Jun 20, 2024 05:475,321550,894,269211,193,00092,084,000266,776,576
8Jun 20, 2024 05:475,331550,085,273213,434,00090,455,000266,833,920
9Jun 20, 2024 05:475,349552,521,192216,034,00088,836,000266,801,152
10Jun 20, 2024 05:475,583698,551,163318,235,9330266,231,808
11Jun 20, 2024 05:475,596703,707,008318,978,5840266,297,344
12Jun 20, 2024 05:475,598680,558,638319,074,9770266,084,352