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 listJul 30, 2026 00:31Kevin HeaveyKevin HeaveyScore: 2,937Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 30, 2026 00:342,789169,124,380114,508,00044,487,000251,682,816
2Jul 30, 2026 00:342,790169,907,648114,612,00044,442,000251,682,816
3Jul 30, 2026 00:342,797170,258,993114,686,00044,747,000251,682,816
4Jul 30, 2026 00:342,937177,769,664114,917,00052,527,000250,171,392
5Jul 30, 2026 00:342,937180,279,123114,808,00052,602,000250,150,912
6Jul 30, 2026 00:342,956179,084,159114,893,00053,649,000250,179,584
7Jul 30, 2026 00:343,046183,793,950114,076,00059,554,000250,421,248
8Jul 30, 2026 00:343,066185,014,449114,550,00060,247,000250,449,920
9Jul 30, 2026 00:343,083186,904,709114,521,00061,246,000250,437,632