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 28, 2026 13:55Victor MerckléVictor MerckléScore: 3,866Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 13:563,853240,541,728167,974,00051,684,000250,163,200
2Apr 28, 2026 13:563,855237,560,979164,063,00055,682,000250,077,184
3Apr 28, 2026 13:563,863234,401,748163,438,00056,804,000250,060,800
4Apr 28, 2026 13:563,866243,239,827162,808,00057,578,000250,077,184
5Apr 28, 2026 13:563,866246,071,561161,826,00058,575,000250,142,720
6Apr 28, 2026 13:563,868238,219,495166,857,00053,632,000250,118,144
7Apr 28, 2026 13:563,877238,363,620165,286,00055,759,000250,167,296
8Apr 28, 2026 13:563,879237,275,572161,365,00059,765,000250,150,912
9Apr 28, 2026 13:563,892238,369,994166,152,00055,715,000250,204,160