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 07:01Yuriy LyfenkoYuriy LyfenkoScore: 5,345Success
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 07:015,286549,241,428210,396,00090,899,000266,989,568
2Nov 28, 2022 07:015,288542,250,351218,745,00082,683,000266,878,976
3Nov 28, 2022 07:015,300550,220,040212,351,00089,726,000266,887,168
4Nov 28, 2022 07:015,316541,729,349205,337,00097,684,000266,829,824
5Nov 28, 2022 07:015,338548,041,565213,588,00090,674,000266,780,672
6Nov 28, 2022 07:015,341555,317,245213,020,00091,438,000266,801,152
7Nov 28, 2022 07:015,345564,158,366214,184,00090,500,000266,903,552
8Nov 28, 2022 07:015,348572,355,966208,536,00096,323,000266,940,416
9Nov 28, 2022 07:015,356566,507,351211,267,00094,008,000266,866,688
10Nov 28, 2022 07:015,5851,064,377,184318,355,7460266,244,096
11Nov 28, 2022 07:015,6541,145,641,159322,305,7010265,613,312
12Nov 28, 2022 07:015,7251,132,719,492326,338,5620265,605,120