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 listJan 22, 2024 22:05Yuriy LyfenkoYuriy LyfenkoScore: 4,618Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 22:054,5271,149,550,708258,045,3580265,183,232
2Jan 22, 2024 22:054,5431,151,566,138258,953,0880266,964,992
3Jan 22, 2024 22:054,5591,108,777,303201,530,00058,310,000265,158,656
4Jan 22, 2024 22:054,5631,103,829,454201,963,00058,140,000264,278,016
5Jan 22, 2024 22:054,5901,171,927,087261,619,4040264,232,960
6Jan 22, 2024 22:054,5901,107,177,877194,744,00066,912,000265,531,392
7Jan 22, 2024 22:054,6181,114,702,192198,174,00065,041,000266,133,504
8Jan 22, 2024 22:054,6221,109,150,586199,084,00064,350,000264,499,200
9Jan 22, 2024 22:054,6301,120,358,861194,410,00069,504,000266,231,808
10Jan 22, 2024 22:054,6381,113,410,890201,101,00063,290,000264,388,608
11Jan 22, 2024 22:054,6511,135,185,243198,327,00066,794,000265,183,232
12Jan 22, 2024 22:054,6781,135,453,471204,399,00062,253,000262,512,640