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 listFeb 18, 2024 15:03Huy Duc LeHuy Duc LeScore: 24,852Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2024 15:0324,8451,980,241,7591,416,178,2990268,017,664
2Feb 18, 2024 15:0324,8521,971,912,5611,416,570,3730268,005,376
3Feb 18, 2024 15:0324,8821,969,026,6591,418,259,1250267,964,416