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 listFeb 22, 2024 16:00Huy Duc LeHuy Duc LeScore: 8,588Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 22, 2024 15:508,4921,086,168,159484,054,3530259,440,640
2Feb 22, 2024 16:008,5131,112,952,786485,239,4240259,657,728
3Feb 22, 2024 15:508,5221,084,681,537485,729,3310259,428,352
4Feb 22, 2024 16:008,5881,099,493,920489,504,2090259,796,992
5Feb 22, 2024 15:508,6091,071,943,890490,710,0770259,883,008
6Feb 22, 2024 16:008,6131,147,196,187490,941,0830259,629,056