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 4, 2022 15:30Yuriy LyfenkoYuriy LyfenkoScore: 5,333Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 4, 2022 15:305,2561,038,608,155211,124,00088,471,000266,858,496
2Dec 4, 2022 15:305,2711,051,270,046209,320,00091,139,000266,813,440
3Dec 4, 2022 15:305,2901,040,897,601211,062,00090,455,000266,788,864
4Dec 4, 2022 15:305,2921,052,087,706210,432,00091,187,000266,973,184
5Dec 4, 2022 15:305,3011,048,541,548212,737,00089,411,000266,768,384
6Dec 4, 2022 15:305,3251,043,483,435211,044,00092,457,000266,883,072
7Dec 4, 2022 15:305,3331,067,671,262208,617,00095,368,000266,891,264
8Dec 4, 2022 15:305,3501,062,378,773214,052,00090,871,000266,743,808
9Dec 4, 2022 15:305,3531,064,571,079218,830,00086,299,000266,866,688
10Dec 4, 2022 15:305,5009,396,136,758313,499,7760266,104,832
11Dec 4, 2022 15:305,5898,865,802,399318,559,3790265,109,504
12Dec 4, 2022 15:305,6788,881,715,592323,668,3000264,683,520