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 28, 2022 03:55apuxbtapuxbtScore: 60,700Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 28, 2022 03:5560,4274,428,360,3253,444,333,7900208,048,128
2Nov 28, 2022 03:5560,7004,823,421,8593,459,923,0830208,420,864
3Nov 28, 2022 03:5560,8164,581,687,7353,466,531,2510208,822,272