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 20:15apuxbtapuxbtScore: 31,122Success
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 20:1530,9723,552,043,3301,765,411,5960162,177,024
2Nov 27, 2022 20:1531,1223,890,328,1351,773,930,0630162,631,680
3Nov 27, 2022 20:1531,2753,526,494,5101,782,674,6270161,923,072