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 18:29Yuriy LyfenkoYuriy LyfenkoScore: 5,824Success
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 18:295,758571,271,883238,602,00089,601,000266,862,592
2Nov 27, 2022 18:295,776569,395,550239,620,00089,605,000266,870,784
3Nov 27, 2022 18:295,781571,372,592245,604,00083,914,000266,854,400
4Nov 27, 2022 18:295,786576,588,670240,048,00089,765,000266,952,704
5Nov 27, 2022 18:295,799571,620,638239,113,00091,425,000266,911,744
6Nov 27, 2022 18:295,816578,182,441241,280,00090,226,000266,981,376
7Nov 27, 2022 18:295,824585,681,525244,895,00087,096,000266,199,040
8Nov 27, 2022 18:295,837580,535,075237,786,00094,914,000266,764,288
9Nov 27, 2022 18:295,843603,904,220239,473,00093,575,000265,801,728
10Nov 27, 2022 18:296,0581,129,547,591345,297,3470266,051,584
11Nov 27, 2022 18:296,0671,111,325,116345,826,5730266,240,000
12Nov 27, 2022 18:296,1051,093,683,620348,007,5570266,051,584