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 20:53Kenneth MaplesKenneth MaplesScore: 6,081Success
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 20:535,981599,737,103245,078,00095,857,000265,932,800
2Nov 27, 2022 20:536,003596,873,545248,242,00093,956,000265,932,800
3Nov 27, 2022 20:536,005604,125,316244,640,00097,658,000265,912,320
4Nov 27, 2022 20:536,012597,430,601245,898,00096,810,000265,695,232
5Nov 27, 2022 20:536,073628,981,058248,267,00097,894,000265,850,880
6Nov 27, 2022 20:536,079622,865,238258,677,00087,799,000265,723,904
7Nov 27, 2022 20:536,081615,557,927247,028,00099,592,000265,707,520
8Nov 27, 2022 20:536,084615,904,918250,670,00096,106,000265,940,992
9Nov 27, 2022 20:536,101628,755,508250,782,00096,982,000265,760,768
10Nov 27, 2022 20:536,6521,584,377,001379,157,0550265,482,240
11Nov 27, 2022 20:536,6851,206,819,532381,034,1180265,302,016
12Nov 27, 2022 20:536,7491,733,058,449384,692,3030263,901,184