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 29, 2026 23:00Kevin HeaveyKevin HeaveyScore: 3,162Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2026 23:043,107187,861,948133,007,00044,121,000251,682,816
2Jul 29, 2026 23:043,131189,330,751134,109,00044,399,000251,682,816
3Jul 29, 2026 23:043,132188,636,613134,284,00044,241,000251,682,816
4Jul 29, 2026 23:043,150190,347,122135,055,00044,513,000251,682,816
5Jul 29, 2026 23:043,162191,050,354135,746,00044,499,000251,682,816
6Jul 29, 2026 23:043,179191,389,922122,695,00058,551,000250,413,056
7Jul 29, 2026 23:043,203193,404,323123,581,00059,024,000250,429,440
8Jul 29, 2026 23:043,213193,954,464124,455,00058,708,000250,425,344
9Jul 29, 2026 23:043,243204,619,225140,286,00044,597,000251,682,816