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 listNov 30, 2022 19:05AmirAmirScore: 28,875Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 30, 2022 19:0528,6672,632,752,5681,634,020,0670266,993,664
2Nov 30, 2022 19:0528,8752,903,035,3881,645,890,4730268,038,144
3Nov 30, 2022 19:0529,0072,828,918,7191,653,380,5960268,050,432