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 27, 2022 22:25apuxbtapuxbtScore: 12,763Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 22:2511,9022,142,509,731678,423,1650207,323,136
2Nov 27, 2022 22:2511,9662,233,114,324682,038,1390209,915,904
3Nov 27, 2022 22:2512,0572,267,394,506687,277,3280207,785,984
4Nov 27, 2022 22:2412,7582,256,911,995727,185,3970207,441,920
5Nov 27, 2022 22:2412,7632,348,113,539727,517,8640208,924,672
6Nov 27, 2022 22:2512,7772,389,893,475728,293,4000208,003,072
7Nov 27, 2022 22:2512,8222,174,246,235730,830,2290208,973,824
8Nov 27, 2022 22:2512,8222,374,210,252730,873,4960208,084,992
9Nov 27, 2022 22:2412,8532,372,717,101732,601,5120207,548,416