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 19:13Yuriy LyfenkoYuriy LyfenkoScore: 5,806Success
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 19:135,754572,869,107239,617,00088,333,000266,964,992
2Nov 27, 2022 19:135,776571,803,782239,607,00089,601,000266,928,128
3Nov 27, 2022 19:135,788582,660,618238,923,00090,970,000266,985,472
4Nov 27, 2022 19:135,798578,610,316241,533,00088,933,000266,883,072
5Nov 27, 2022 19:135,803579,745,969240,458,00090,298,000266,899,456
6Nov 27, 2022 19:135,805575,644,891248,690,00082,194,000266,981,376
7Nov 27, 2022 19:135,806581,618,887238,098,00092,818,000266,948,608
8Nov 27, 2022 19:135,807586,737,764240,467,00090,552,000266,985,472
9Nov 27, 2022 19:135,828584,529,648238,413,00093,769,000266,780,672
10Nov 27, 2022 19:135,8491,078,618,588333,408,9470266,244,096
11Nov 27, 2022 19:135,9211,301,204,585337,511,3390265,596,928
12Nov 27, 2022 19:135,9371,143,856,544338,411,6210265,211,904