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 20, 2025 21:05Oleg KovalovOleg KovalovScore: 5,586Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 20, 2025 21:055,581344,023,822296,199,00021,940,000250,093,568
2Jan 20, 2025 21:055,585347,842,344301,370,00016,964,000250,073,088
3Jan 20, 2025 21:055,585347,682,973297,394,00020,957,000250,142,720
4Jan 20, 2025 21:055,586350,761,199298,429,00019,961,000250,093,568
5Jan 20, 2025 21:055,586352,935,661297,434,00020,960,000250,097,664
6Jan 20, 2025 21:055,587346,669,554292,529,00025,958,000250,126,336
7Jan 20, 2025 21:055,588344,098,627294,555,00023,963,000250,134,528
8Jan 20, 2025 21:055,589348,423,739292,592,00025,963,000250,077,184
9Jan 20, 2025 21:055,589348,191,454296,602,00021,970,000250,155,008