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 18:12Yuriy LyfenkoYuriy LyfenkoScore: 4,727Success
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 18:124,6331,156,594,133264,081,8060265,216,000
2Jan 22, 2024 18:124,6341,149,466,681264,134,4770265,158,656
3Jan 22, 2024 18:124,6761,109,572,472188,532,00077,979,000267,890,688
4Jan 22, 2024 18:124,6831,162,937,428266,905,9260265,183,232
5Jan 22, 2024 18:124,7151,100,409,803202,824,00065,918,000267,890,688
6Jan 22, 2024 18:124,7231,118,667,321201,651,00067,553,000267,878,400
7Jan 22, 2024 18:124,7271,102,724,087202,343,00067,108,000267,984,896
8Jan 22, 2024 18:124,7311,119,355,092200,983,00068,677,000267,878,400
9Jan 22, 2024 18:124,7341,132,959,033190,372,00079,485,000267,776,000
10Jan 22, 2024 18:124,7351,110,688,577199,946,00069,931,000267,784,192
11Jan 22, 2024 18:124,7391,122,934,037202,336,00067,782,000267,931,648
12Jan 22, 2024 18:124,7581,126,104,247198,943,00072,253,000267,939,840