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 22:26apuxbtapuxbtScore: 11,972Success
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 22:1711,7332,061,964,191668,757,5410207,286,272
2Nov 27, 2022 22:1711,9302,278,622,021680,023,9780205,893,632
3Nov 27, 2022 22:2611,9672,065,800,401682,098,6660209,559,552
4Nov 27, 2022 22:1711,9722,231,574,487682,386,9780205,979,648
5Nov 27, 2022 22:2612,0372,299,906,462686,109,3780206,229,504
6Nov 27, 2022 22:2612,1132,144,875,901690,421,3600206,782,464