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 20, 2025 04:50izotoffizotoffScore: 12,425Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2025 04:5012,398738,468,793661,774,00044,916,000251,908,096
2Nov 20, 2025 04:5012,400736,702,778663,796,00042,986,000251,883,520
3Nov 20, 2025 04:5012,419735,094,591663,968,00043,931,000252,014,592
4Nov 20, 2025 04:5012,423731,680,146661,149,00046,939,000252,022,784
5Nov 20, 2025 04:5012,425733,633,616659,290,00048,947,000252,018,688
6Nov 20, 2025 04:5012,428737,635,104659,436,00048,958,000252,022,784
7Nov 20, 2025 04:5012,429733,503,479668,496,00039,969,000252,080,128
8Nov 20, 2025 04:5012,430730,511,236664,551,00043,970,000252,030,976
9Nov 20, 2025 04:5012,437735,332,990662,961,00045,928,000252,026,880