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 listAug 16, 2026 14:24Victor MerckléVictor MerckléScore: 1,627Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 14:271,614100,498,03970,619,00021,403,000249,884,672stderr
2Aug 16, 2026 14:271,618101,040,22070,723,00021,504,000249,892,864stderr
3Aug 16, 2026 14:271,625101,243,22871,331,00021,350,000249,880,576stderr
4Aug 16, 2026 14:271,626101,082,65571,394,00021,341,000249,888,768stderr
5Aug 16, 2026 14:271,627101,207,92071,324,00021,418,000249,860,096stderr
6Aug 16, 2026 14:271,628101,951,69271,386,00021,443,000249,884,672stderr
7Aug 16, 2026 14:271,636101,687,79871,494,00021,762,000249,888,768stderr
8Aug 16, 2026 14:271,642102,789,50872,037,00021,605,000249,896,960stderr
9Aug 16, 2026 14:271,644102,766,21772,119,00021,635,000249,856,000stderr