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 14, 2026 01:40Victor MerckléVictor MerckléScore: 3,225Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 14, 2026 01:433,186189,559,895109,175,00072,461,000249,888,768stderr
2Jul 14, 2026 01:433,198190,211,019109,672,00072,646,000249,892,864stderr
3Jul 14, 2026 01:433,207190,694,479110,122,00072,701,000249,901,056stderr
4Jul 14, 2026 01:433,220191,567,138109,321,00074,275,000249,892,864stderr
5Jul 14, 2026 01:433,225191,705,367108,700,00075,132,000249,872,384stderr
6Jul 14, 2026 01:433,233195,118,790109,269,00075,035,000249,876,480stderr
7Jul 14, 2026 01:433,238192,505,374108,428,00076,180,000249,913,344stderr
8Jul 14, 2026 01:433,242192,777,963108,559,00076,260,000249,896,960stderr
9Jul 14, 2026 01:433,266194,137,086108,855,00077,353,000249,901,056stderr