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 listNov 20, 2025 09:38izotoffizotoffScore: 11,346Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2025 09:3811,320669,016,091599,270,00045,944,000252,002,304
2Nov 20, 2025 09:3811,330672,750,836596,914,00048,911,000252,002,304
3Nov 20, 2025 09:3811,339672,903,143597,361,00048,947,000252,055,552
4Nov 20, 2025 09:3811,342677,908,086600,525,00045,963,000252,116,992
5Nov 20, 2025 09:3811,346675,258,700605,811,00040,919,000252,116,992
6Nov 20, 2025 09:3811,351676,147,201596,089,00050,922,000252,026,880
7Nov 20, 2025 09:3811,369681,441,826604,089,00043,933,000252,010,496
8Nov 20, 2025 09:3811,377681,720,563605,528,00042,966,000252,010,496
9Nov 20, 2025 09:3811,384677,998,581600,985,00047,919,000251,867,136