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:01Yuriy LyfenkoYuriy LyfenkoScore: 5,313Success
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:015,2291,355,530,250298,039,9100266,698,752
2Dec 22, 2023 18:015,2631,401,652,508300,003,0780265,424,896
3Dec 22, 2023 18:015,2791,042,594,714212,765,00088,145,000266,993,664
4Dec 22, 2023 18:015,2891,063,010,905213,445,00088,008,000266,977,280
5Dec 22, 2023 18:015,2901,044,790,628208,666,00092,851,000266,883,072
6Dec 22, 2023 18:015,3071,386,426,849302,518,7470264,851,456
7Dec 22, 2023 18:015,3131,048,724,874214,424,00088,411,000266,813,440
8Dec 22, 2023 18:015,3291,056,756,492208,087,00095,661,000266,870,784
9Dec 22, 2023 18:015,3411,058,418,598213,586,00090,823,000266,874,880
10Dec 22, 2023 18:015,4781,068,900,050210,492,000101,754,000266,907,648
11Dec 22, 2023 18:015,4791,049,609,837217,616,00094,703,000266,985,472
12Dec 22, 2023 18:015,5671,062,013,119216,249,000101,051,000266,829,824