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 18:45Yuriy LyfenkoYuriy LyfenkoScore: 5,805Success
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 18:455,728563,147,814241,056,00085,437,000266,784,768
2Nov 27, 2022 18:455,736577,654,526243,918,00083,014,000266,887,168
3Nov 27, 2022 18:455,740562,488,391244,084,00083,070,000266,928,128
4Nov 27, 2022 18:455,776575,371,081234,593,00094,625,000266,866,688
5Nov 27, 2022 18:455,785579,564,921231,720,00098,035,000266,948,608
6Nov 27, 2022 18:455,791572,636,790237,522,00092,593,000266,833,920
7Nov 27, 2022 18:455,805572,076,382233,106,00097,786,000266,919,936
8Nov 27, 2022 18:455,811590,424,152237,711,00093,493,000266,981,376
9Nov 27, 2022 18:455,813586,458,037241,139,00090,174,000266,932,224
10Nov 27, 2022 18:456,2231,092,612,604354,690,0220266,244,096
11Nov 27, 2022 18:456,2271,206,674,386354,916,7750266,059,776
12Nov 27, 2022 18:456,5061,310,697,239370,827,9780266,399,744