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 29, 2026 23:54Kevin HeaveyKevin HeaveyScore: 3,192Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2026 23:563,155190,744,069121,301,00058,546,000250,445,824
2Jul 29, 2026 23:563,158190,222,289135,814,00044,210,000251,682,816
3Jul 29, 2026 23:563,173191,770,650121,104,00059,799,000250,470,400
4Jul 29, 2026 23:563,176191,876,582136,782,00044,252,000251,682,816
5Jul 29, 2026 23:563,192193,137,729137,803,00044,196,000251,682,816
6Jul 29, 2026 23:563,205192,875,575131,816,00050,915,000250,114,048
7Jul 29, 2026 23:563,210193,785,919133,576,00049,416,000250,097,664
8Jul 29, 2026 23:563,211193,299,743120,494,00062,552,000250,445,824
9Jul 29, 2026 23:563,226193,938,456132,759,00051,132,000250,105,856