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 listApr 23, 2025 12:12Emanuele BolognesiEmanuele BolognesiScore: 15,860Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2025 12:1215,780934,031,000844,469,00054,965,000251,846,656
2Apr 23, 2025 12:1215,844928,271,022843,155,00059,939,000251,842,560
3Apr 23, 2025 12:1215,852927,879,886845,598,00057,972,000251,846,656
4Apr 23, 2025 12:1215,857928,152,589848,945,00054,931,000251,846,656
5Apr 23, 2025 12:1215,860934,306,319840,115,00063,932,000251,846,656
6Apr 23, 2025 12:1215,864928,722,614841,275,00062,945,000251,920,384
7Apr 23, 2025 12:1215,871934,771,573854,742,00049,926,000251,846,656
8Apr 23, 2025 12:1215,885936,474,983842,493,00062,962,000251,846,656
9Apr 23, 2025 12:1215,901926,492,111864,363,00041,969,000252,022,784