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 21, 2024 20:31Yuriy LyfenkoYuriy LyfenkoScore: 4,816Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2024 20:314,6951,156,439,742267,608,1420266,641,408
2Jan 21, 2024 20:314,7131,162,486,794268,617,2040265,170,944
3Jan 21, 2024 20:314,7421,186,563,473270,278,0620265,814,016
4Jan 21, 2024 20:314,7941,118,623,653201,946,00071,334,000267,796,480
5Jan 21, 2024 20:314,8091,116,090,123201,617,00072,502,000267,968,512
6Jan 21, 2024 20:314,8151,126,290,747199,519,00074,946,000267,866,112
7Jan 21, 2024 20:314,8161,111,872,224200,552,00073,941,000267,849,728
8Jan 21, 2024 20:314,8181,114,775,958200,923,00073,705,000267,952,128
9Jan 21, 2024 20:314,8401,129,509,421198,586,00077,282,000267,649,024
10Jan 21, 2024 20:314,8451,134,360,324202,298,00073,839,000267,915,264
11Jan 21, 2024 20:314,8781,129,996,710205,130,00072,888,000267,833,344
12Jan 21, 2024 20:314,8781,138,371,929198,480,00079,593,000267,911,168