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 listJul 2, 2026 07:07A_ShamanA_ShamanScore: 7,678Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 2, 2026 07:097,659446,619,169374,022,00062,554,000249,896,960
2Jul 2, 2026 07:097,664446,822,374374,333,00062,536,000249,901,056
3Jul 2, 2026 07:097,667446,604,231374,459,00062,598,000249,909,248
4Jul 2, 2026 07:097,674447,371,511374,759,00062,679,000249,876,480
5Jul 2, 2026 07:097,678447,598,940374,625,00063,038,000249,929,728
6Jul 2, 2026 07:097,679447,302,685375,079,00062,624,000249,901,056
7Jul 2, 2026 07:097,679447,693,244374,797,00062,906,000249,905,152
8Jul 2, 2026 07:097,680449,031,978374,748,00063,013,000249,896,960
9Jul 2, 2026 07:097,690448,101,779375,368,00062,963,000249,909,248