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 27, 2022 07:50Yuriy LyfenkoYuriy LyfenkoScore: 11,139Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 07:5010,9451,865,363,218623,886,6410242,720,768
2Nov 27, 2022 07:5011,1391,812,981,649634,902,8500241,500,160
3Nov 27, 2022 07:5011,1641,859,765,638636,327,0580241,340,416