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:22Yuriy LyfenkoYuriy LyfenkoScore: 4,580Success
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:224,4561,131,936,088254,007,2890267,419,648
2Jan 22, 2024 22:224,4751,156,160,524255,060,5830266,366,976
3Jan 22, 2024 22:224,5131,156,356,951257,218,3610264,265,728
4Jan 22, 2024 22:224,5471,101,608,948204,599,00054,559,000264,073,216
5Jan 22, 2024 22:224,5611,107,823,677192,481,00067,519,000265,916,416
6Jan 22, 2024 22:224,5621,107,747,452206,181,00053,830,000264,216,576
7Jan 22, 2024 22:224,5801,114,475,410202,917,00058,122,000264,552,448
8Jan 22, 2024 22:224,5821,108,601,014202,086,00059,071,000264,425,472
9Jan 22, 2024 22:224,5851,116,464,522199,055,00062,268,000265,543,680
10Jan 22, 2024 22:224,5861,115,500,286189,224,00072,178,000264,933,376
11Jan 22, 2024 22:224,6221,119,484,283190,446,00073,020,000262,598,656
12Jan 22, 2024 22:224,6401,119,591,425199,135,00065,372,000263,331,840