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 listJun 30, 2026 16:45Victor MerckléVictor MerckléScore: 2,430Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 30, 2026 16:472,407145,451,207116,799,00020,415,000249,896,960stderr
2Jun 30, 2026 16:472,408145,181,936116,971,00020,300,000249,860,096stderr
3Jun 30, 2026 16:472,410145,357,519116,592,00020,792,000249,896,960stderr
4Jun 30, 2026 16:472,426146,023,497117,508,00020,824,000249,896,960stderr
5Jun 30, 2026 16:472,430146,455,093118,262,00020,272,000249,909,248stderr
6Jun 30, 2026 16:472,435146,778,209118,239,00020,606,000249,917,440stderr
7Jun 30, 2026 16:472,440147,057,557118,844,00020,264,000249,901,056stderr
8Jun 30, 2026 16:472,451147,651,233119,295,00020,431,000249,884,672stderr
9Jun 30, 2026 16:472,454148,215,267119,327,00020,573,000249,888,768stderr