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 2, 2025 22:00Aniruddha DebAniruddha DebScore: 4,828Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 2, 2025 21:524,824299,352,180255,945,00018,995,000250,187,776
2Apr 2, 2025 21:524,825296,202,176255,038,00020,003,000250,327,040
3Apr 2, 2025 22:004,826295,277,533255,094,00020,007,000250,306,560
4Apr 2, 2025 21:524,827297,750,159253,113,00022,009,000250,298,368
5Apr 2, 2025 21:524,828297,445,870256,174,00019,012,000250,032,128
6Apr 2, 2025 21:524,828297,544,946257,177,00018,012,000250,322,944
7Apr 2, 2025 21:524,828299,187,388254,183,00021,015,000250,298,368
8Apr 2, 2025 22:004,828302,543,112253,182,00022,015,000250,052,608
9Apr 2, 2025 21:524,830305,790,779253,361,00021,944,000250,040,320
10Apr 2, 2025 21:524,832305,383,440251,451,00023,947,000250,200,064
11Apr 2, 2025 21:524,833300,283,574258,487,00016,966,000250,187,776
12Apr 2, 2025 22:004,834306,373,656253,566,00021,962,000250,195,968