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 listAug 21, 2024 10:10Andrey LikhachevAndrey LikhachevScore: 8,105Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 21, 2024 10:108,0331,058,940,898457,871,8050263,766,016
2Aug 21, 2024 10:108,105987,978,084461,958,9680260,669,440
3Aug 21, 2024 10:108,117986,671,281462,685,4570260,665,344