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 29, 2026 13:46TudyMTudyMScore: 7,763Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 13:537,746462,726,347374,616,00066,931,000251,887,616
2Apr 29, 2026 13:537,751460,731,591383,852,00057,977,000251,891,712
3Apr 29, 2026 13:537,762460,625,880374,553,00067,919,000251,887,616
4Apr 29, 2026 13:537,762459,264,136378,564,00063,926,000251,928,576
5Apr 29, 2026 13:537,763459,531,305376,602,00065,930,000251,895,808
6Apr 29, 2026 13:537,763458,092,887378,590,00063,930,000251,891,712
7Apr 29, 2026 13:537,763466,319,878370,591,00071,920,000251,879,424
8Apr 29, 2026 13:537,776460,198,441377,371,00065,890,000251,961,344
9Apr 29, 2026 13:537,810461,849,884373,335,00071,872,000251,932,672