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 listApr 2, 2025 18:06ndrenndrenScore: 421,191Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 2, 2025 18:06420,25024,000,623,40912,522,345,00011,431,924,000251,858,944
2Apr 2, 2025 18:06420,67524,019,101,21812,296,061,00011,682,407,000251,846,656
3Apr 2, 2025 18:06420,86324,025,898,73812,325,925,00011,663,252,000251,858,944
4Apr 2, 2025 18:06421,15924,039,222,75812,562,765,00011,443,320,000251,858,944
5Apr 2, 2025 18:06421,19124,047,918,59912,521,152,00011,486,718,000251,846,656
6Apr 2, 2025 18:06421,97224,092,172,49312,424,487,00011,627,905,000251,846,656
7Apr 2, 2025 18:06422,88824,140,209,37112,622,522,00011,482,107,000251,850,752
8Apr 2, 2025 18:06428,03724,436,403,09412,645,825,00011,752,261,000251,858,944
9Apr 2, 2025 18:06447,09525,522,216,18913,104,018,00012,380,403,000251,850,752