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 27, 2026 15:41Charles CabergsCharles CabergsScore: 3,689Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 15:423,681228,028,483164,883,00044,968,000251,985,920
2Apr 27, 2026 15:423,686231,213,177166,305,00043,817,000251,985,920
3Apr 27, 2026 15:423,688227,357,500169,195,00041,047,000251,998,208
4Apr 27, 2026 15:423,688232,820,314159,438,00050,820,000251,899,904
5Apr 27, 2026 15:423,689230,253,564163,440,00046,839,000251,981,824
6Apr 27, 2026 15:423,694230,614,449170,676,00039,924,000251,990,016
7Apr 27, 2026 15:423,695235,835,281171,729,00038,938,000251,994,112
8Apr 27, 2026 15:423,696227,355,050162,761,00047,929,000251,887,616
9Apr 27, 2026 15:423,770238,241,155175,920,00038,982,000251,904,000