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 22:32Kevin HeaveyKevin HeaveyScore: 3,466Success
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 22:363,421205,826,211135,996,00059,040,000250,433,536
2Jul 29, 2026 22:363,422205,909,902136,029,00059,047,000250,429,440
3Jul 29, 2026 22:363,424207,477,561136,700,00058,488,000250,470,400
4Jul 29, 2026 22:363,426205,352,765136,324,00059,005,000250,441,728
5Jul 29, 2026 22:363,466208,431,423136,233,00061,384,000250,458,112
6Jul 29, 2026 22:363,469208,680,801136,987,00060,753,000250,449,920
7Jul 29, 2026 22:363,470207,972,277144,617,00053,175,000250,150,912
8Jul 29, 2026 22:363,472208,949,975143,727,00054,180,000250,171,392
9Jul 29, 2026 22:363,519210,710,823140,058,00060,559,000250,441,728