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 29, 2026 13:26Victor MerckléVictor MerckléScore: 1,621Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2026 13:291,611100,084,00569,967,00021,905,000249,913,344stderr
2Aug 29, 2026 13:291,615100,514,79170,663,00021,448,000249,876,480stderr
3Aug 29, 2026 13:291,615100,274,26270,645,00021,424,000249,880,576stderr
4Aug 29, 2026 13:291,616100,460,02770,516,00021,642,000249,892,864stderr
5Aug 29, 2026 13:291,621100,882,50670,873,00021,553,000249,884,672stderr
6Aug 29, 2026 13:291,622100,569,74070,997,00021,461,000249,909,248stderr
7Aug 29, 2026 13:291,627100,955,19070,859,00021,911,000249,892,864stderr
8Aug 29, 2026 13:291,634101,415,29271,183,00021,978,000249,892,864stderr
9Aug 29, 2026 13:291,636101,640,78171,585,00021,716,000249,896,960stderr