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 listNov 27, 2022 09:11Yuriy LyfenkoYuriy LyfenkoError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 09:1200000Error: No answer to stdout. Died or killed?
2Nov 27, 2022 09:137,4261,226,011,871423,275,6320266,055,680
3Nov 27, 2022 09:137,4841,224,536,449426,565,2440266,047,488
4Nov 27, 2022 08:587,4921,401,807,029427,033,8030265,334,784
5Nov 27, 2022 08:587,5051,260,328,203427,810,5500266,059,776
6Nov 27, 2022 09:137,7271,349,551,901440,443,5140266,428,416
7Nov 27, 2022 08:587,8671,443,775,228448,401,0840266,432,512
8Nov 27, 2022 09:118,1361,720,538,502463,770,2950264,069,120
9Nov 27, 2022 09:118,1441,738,475,999464,225,2510266,932,224
10Nov 27, 2022 09:118,1551,732,272,943464,824,3770264,015,872