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 listJul 7, 2026 22:13Victor MerckléVictor MerckléScore: 2,064Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 7, 2026 22:182,055126,505,22595,639,00021,538,000249,946,112stderr
2Jul 7, 2026 22:182,056126,630,97295,725,00021,514,000249,905,152stderr
3Jul 7, 2026 22:182,059126,731,72095,603,00021,769,000249,888,768stderr
4Jul 7, 2026 22:182,061126,946,41996,051,00021,470,000249,901,056stderr
5Jul 7, 2026 22:182,064127,048,18296,003,00021,658,000249,884,672stderr
6Jul 7, 2026 22:182,065127,023,43295,977,00021,732,000249,937,920stderr
7Jul 7, 2026 22:182,071127,441,53896,035,00022,046,000249,896,960stderr
8Jul 7, 2026 22:182,072127,615,01096,171,00021,971,000249,909,248stderr
9Jul 7, 2026 22:182,074127,722,17696,270,00021,963,000249,925,632stderr