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 listDec 22, 2023 18:14Yuriy LyfenkoYuriy LyfenkoScore: 5,066Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2023 18:144,9901,478,177,210284,427,4450266,633,216
2Dec 22, 2023 18:145,0021,418,694,422285,097,3850266,551,296
3Dec 22, 2023 18:145,0341,141,230,022164,838,000122,102,000266,924,032
4Dec 22, 2023 18:145,0541,146,064,695220,182,00067,906,000266,993,664
5Dec 22, 2023 18:145,0621,127,085,463220,839,00067,710,000266,305,536
6Dec 22, 2023 18:145,0621,144,085,093187,875,000100,684,000266,899,456
7Dec 22, 2023 18:145,0661,146,293,736198,759,00089,985,000266,743,808
8Dec 22, 2023 18:145,0741,136,805,718210,263,00078,972,000266,842,112
9Dec 22, 2023 18:145,1021,594,480,245290,793,3470263,553,024
10Dec 22, 2023 18:145,2231,152,204,371196,508,000101,231,000266,891,264
11Dec 22, 2023 18:145,2441,158,430,940198,577,000100,312,000266,956,800
12Dec 22, 2023 18:145,2861,156,996,354208,108,00093,182,000266,891,264