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 22, 2026 14:19olliecrowolliecrowScore: 33,093Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2026 14:2133,0761,893,318,2621,864,360,00020,992,000250,089,472
2Apr 22, 2026 14:2133,0851,902,238,5541,861,881,00023,985,000250,212,352
3Apr 22, 2026 14:2133,0861,893,091,2941,862,930,00022,986,000250,081,280
4Apr 22, 2026 14:2133,0931,894,685,5571,864,343,00021,980,000250,101,760
5Apr 22, 2026 14:2133,0931,894,435,6061,866,346,00019,992,000250,077,184
6Apr 22, 2026 14:2133,0941,902,677,9571,861,417,00024,978,000250,101,760
7Apr 22, 2026 14:2133,1051,894,606,1391,865,015,00021,988,000250,109,952
8Apr 22, 2026 14:2133,1051,895,520,9601,865,016,00021,976,000250,085,376
9Apr 22, 2026 14:2133,1091,895,842,4341,866,234,00020,980,000250,089,472