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 27, 2022 19:18Yuriy LyfenkoYuriy LyfenkoScore: 5,406Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 19:185,347570,677,756218,244,00086,511,000266,756,096
2Nov 27, 2022 19:185,362540,790,020224,924,00080,690,000266,936,320
3Nov 27, 2022 19:185,364542,647,381218,688,00087,070,000266,752,000
4Nov 27, 2022 19:185,373545,688,947212,119,00094,165,000266,891,264
5Nov 27, 2022 19:185,389547,384,057215,818,00091,346,000266,874,880
6Nov 27, 2022 19:185,404545,801,111216,235,00091,798,000266,878,976
7Nov 27, 2022 19:185,406559,326,248209,722,00098,400,000266,887,168
8Nov 27, 2022 19:185,409555,062,870219,781,00088,509,000266,760,192
9Nov 27, 2022 19:185,461574,664,038217,905,00093,388,000266,715,136
10Nov 27, 2022 19:185,7121,186,204,513325,588,1880263,786,496
11Nov 27, 2022 19:185,7331,125,749,498326,788,1250266,244,096
12Nov 27, 2022 19:185,8541,158,430,544333,681,4830263,491,584