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 3, 2026 02:50Taylor DettlingTaylor DettlingScore: 3,563Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 02:503,561231,362,948182,998,00019,999,000250,052,608
2Apr 3, 2026 02:503,562230,219,381180,129,00022,889,000250,163,200
3Apr 3, 2026 02:503,562226,404,627182,126,00020,899,000250,056,704
4Apr 3, 2026 02:503,563233,226,943180,180,00022,895,000250,068,992
5Apr 3, 2026 02:503,563230,171,768181,077,00022,009,000250,114,048
6Apr 3, 2026 02:503,566231,288,837180,349,00022,917,000250,187,776
7Apr 3, 2026 02:503,567232,910,135181,416,00021,929,000250,171,392
8Apr 3, 2026 02:503,569232,286,690181,476,00021,936,000250,216,448
9Apr 3, 2026 02:503,569232,413,432183,513,00019,947,000250,126,336