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:03Yuriy LyfenkoYuriy LyfenkoScore: 5,337Success
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:035,301543,484,570210,410,00091,743,000266,813,440
2Nov 28, 2022 07:035,312545,675,117209,898,00092,858,000266,940,416
3Nov 28, 2022 07:035,316538,740,098210,553,00092,485,000266,973,184
4Nov 28, 2022 07:035,319541,517,185209,749,00093,442,000266,850,304
5Nov 28, 2022 07:035,335542,760,029209,614,00094,474,000266,870,784
6Nov 28, 2022 07:035,336552,625,802209,562,00094,608,000266,981,376
7Nov 28, 2022 07:035,337540,246,764218,179,00086,042,000266,960,896
8Nov 28, 2022 07:035,359557,051,474213,736,00091,745,000266,809,344
9Nov 28, 2022 07:035,363559,543,175210,927,00094,764,000266,801,152
10Nov 28, 2022 07:035,4831,179,255,575312,535,8470266,240,000
11Nov 28, 2022 07:035,5421,175,265,432315,905,9230266,051,584
12Nov 28, 2022 07:035,5431,116,102,959315,927,3160266,240,000