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 listJan 22, 2024 02:15Yuriy LyfenkoYuriy LyfenkoScore: 4,592Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 02:154,5411,099,827,353197,935,00060,903,000264,851,456
2Jan 22, 2024 02:154,5501,104,786,328197,824,00061,499,000265,490,432
3Jan 22, 2024 02:154,5591,109,870,732196,163,00063,702,000264,863,744
4Jan 22, 2024 02:154,5711,112,520,309197,954,00062,618,000264,904,704
5Jan 22, 2024 02:154,5861,118,665,619203,987,00057,403,000264,441,856
6Jan 22, 2024 02:154,5861,114,385,079194,272,00067,130,000264,331,264
7Jan 22, 2024 02:154,5921,119,147,717202,210,00059,533,000266,162,176
8Jan 22, 2024 02:154,6231,121,789,509185,032,00078,469,000263,901,184
9Jan 22, 2024 02:154,6381,124,141,857191,911,00072,456,000265,355,264
10Jan 22, 2024 02:154,6541,158,785,268265,305,0260267,214,848
11Jan 22, 2024 02:154,6931,171,607,249267,500,3820265,764,864
12Jan 22, 2024 02:154,7031,198,665,735268,059,8060266,158,080