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 16:47Yuriy LyfenkoYuriy LyfenkoScore: 6,199Success
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 16:476,0231,404,700,508343,310,0010264,495,104
2Dec 22, 2023 16:476,0361,378,586,981344,044,2170263,155,712
3Dec 22, 2023 16:476,0721,456,145,186346,084,1680265,613,312
4Dec 22, 2023 16:476,1671,093,374,768265,642,00085,884,000265,785,344
5Dec 22, 2023 16:476,1761,095,830,722259,016,00093,005,000265,707,520
6Dec 22, 2023 16:476,1941,093,182,425259,030,00094,011,000265,121,792
7Dec 22, 2023 16:476,1991,108,311,234258,426,00094,891,000265,854,976
8Dec 22, 2023 16:476,2041,095,192,713258,908,00094,698,000265,904,128
9Dec 22, 2023 16:476,2301,102,507,762257,342,00097,750,000265,809,920
10Dec 22, 2023 16:476,2911,100,297,008263,950,00094,623,000265,715,712
11Dec 22, 2023 16:476,2921,086,940,661275,335,00083,311,000265,723,904
12Dec 22, 2023 16:476,3481,102,341,246263,804,00098,042,000265,920,512