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 26, 2022 23:52AmirAmirScore: 38,202Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 26, 2022 23:5238,1683,414,066,9062,175,562,0510267,706,368
2Nov 26, 2022 23:5238,2023,514,165,7362,177,529,3120268,046,336
3Nov 26, 2022 23:5238,8163,482,067,5912,212,497,3140267,931,648