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 29, 2026 20:35Victor MerckléVictor MerckléScore: 2,767Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 20:442,762178,897,262133,531,00023,916,000250,314,752
2Apr 29, 2026 20:442,763180,536,420135,587,00021,933,000250,302,464
3Apr 29, 2026 20:442,764176,827,551135,632,00021,940,000250,306,560
4Apr 29, 2026 20:442,765172,825,433135,696,00021,950,000250,306,560
5Apr 29, 2026 20:442,767175,899,591132,773,00024,957,000250,155,008
6Apr 29, 2026 20:442,769173,637,362134,879,00022,979,000250,318,848
7Apr 29, 2026 20:442,774174,957,930133,303,00024,870,000250,281,984
8Apr 29, 2026 20:442,777178,562,531132,438,00025,890,000250,327,040
9Apr 29, 2026 20:442,779178,317,372133,538,00024,913,000250,306,560