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 07:14Victor MerckléVictor MerckléScore: 3,807Success
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 07:163,797237,342,499152,615,00063,839,000252,047,360
2Apr 28, 2026 07:163,800232,897,061158,746,00057,907,000252,039,168
3Apr 28, 2026 07:163,803232,805,607166,859,00049,958,000252,035,072
4Apr 28, 2026 07:163,805234,492,410151,951,00064,979,000252,039,168
5Apr 28, 2026 07:163,807237,959,132165,280,00051,774,000252,043,264
6Apr 28, 2026 07:163,807235,551,698154,021,00063,008,000252,043,264
7Apr 28, 2026 07:163,810237,592,894161,391,00055,789,000252,108,800
8Apr 28, 2026 07:163,813234,151,417155,568,00061,828,000252,055,552
9Apr 28, 2026 07:163,818234,174,108162,735,00054,910,000252,043,264