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 6, 2024 19:56Alexander FrolovAlexander FrolovScore: 4,925Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 6, 2024 19:564,724563,187,593269,271,9690265,396,224
2Jan 6, 2024 19:564,727555,318,433269,435,3950265,555,968
3Jan 6, 2024 19:564,774562,054,433272,100,8290267,489,280
4Jan 6, 2024 19:564,846520,207,331205,391,00070,824,000267,882,496
5Jan 6, 2024 19:564,865526,673,080203,211,00074,077,000267,915,264
6Jan 6, 2024 19:564,883515,970,252203,517,00074,822,000267,890,688
7Jan 6, 2024 19:564,925536,405,475203,417,00077,298,000267,902,976
8Jan 6, 2024 19:564,926525,826,944204,487,00076,301,000267,759,616
9Jan 6, 2024 19:564,927524,396,251192,301,00088,535,000267,722,752
10Jan 6, 2024 19:564,931531,629,690211,814,00069,247,000267,825,152
11Jan 6, 2024 19:564,932538,253,014206,934,00074,183,000267,714,560
12Jan 6, 2024 19:564,936527,084,389207,262,00074,093,000267,767,808