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 listMar 25, 2025 21:35Drew GarciaDrew GarciaScore: 8,413Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2025 21:358,399505,724,885417,793,00060,969,000250,081,280
2Mar 25, 2025 21:358,401510,540,985417,852,00060,978,000250,290,176
3Mar 25, 2025 21:358,404505,910,008418,136,00060,874,000250,286,080
4Mar 25, 2025 21:358,404513,193,518419,034,00060,004,000250,265,600
5Mar 25, 2025 21:358,413508,222,747416,595,00062,938,000250,277,888
6Mar 25, 2025 21:358,413504,781,984416,596,00062,938,000250,028,032
7Mar 25, 2025 21:358,418504,833,160415,832,00063,974,000250,298,368
8Mar 25, 2025 21:358,420508,447,223419,950,00059,992,000250,286,080
9Mar 25, 2025 21:358,825533,819,989440,136,00062,876,000250,286,080