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 listMar 11, 2026 17:02olliecrowolliecrowScore: 4,352Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 11, 2026 17:024,348274,308,383228,854,00018,987,000250,073,088
2Mar 11, 2026 17:024,348273,985,720224,874,00022,987,000250,241,024
3Mar 11, 2026 17:024,350275,005,976228,943,00018,995,000250,138,624
4Mar 11, 2026 17:024,352271,025,915227,074,00021,006,000250,064,896
5Mar 11, 2026 17:024,352275,010,348229,082,00019,006,000250,253,312
6Mar 11, 2026 17:024,358274,882,717222,475,00025,938,000250,130,432
7Mar 11, 2026 17:024,358281,479,159226,467,00021,948,000250,040,320
8Mar 11, 2026 17:024,359273,862,378226,398,00022,038,000250,032,128
9Mar 11, 2026 17:024,359280,604,491226,507,00021,952,000250,130,432