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 8, 2026 14:06Josu San MartinJosu San MartinScore: 3,296Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 8, 2026 14:023,290215,169,549141,875,00045,638,000251,846,656
2Apr 8, 2026 14:023,291215,826,187143,663,00043,897,000251,965,440
3Apr 8, 2026 14:023,294225,739,083142,069,00045,700,000251,973,632
4Apr 8, 2026 14:023,294217,519,727142,074,00045,702,000251,846,656
5Apr 8, 2026 14:023,295214,457,331142,847,00044,952,000251,961,344
6Apr 8, 2026 14:023,295217,264,624144,850,00042,955,000251,973,632
7Apr 8, 2026 14:023,296214,738,698144,914,00042,974,000251,846,656
8Apr 8, 2026 14:063,296215,195,534141,165,00046,723,000251,961,344
9Apr 8, 2026 14:023,300216,956,123145,083,00043,024,000251,965,440
10Apr 8, 2026 14:023,301216,960,225144,371,00043,809,000251,846,656
11Apr 8, 2026 14:063,301214,316,250146,348,00041,813,000251,846,656
12Apr 8, 2026 14:063,312212,478,920145,847,00042,955,000251,846,656