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:51Yuriy LyfenkoYuriy LyfenkoScore: 5,727Success
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:515,683571,867,908232,098,00091,851,000266,948,608
2Nov 27, 2022 18:515,691571,458,595241,003,00083,385,000266,895,360
3Nov 27, 2022 18:515,708562,090,330232,535,00092,814,000266,739,712
4Nov 27, 2022 18:515,721568,715,357241,218,00084,892,000266,969,088
5Nov 27, 2022 18:515,724580,234,891228,964,00097,285,000266,792,960
6Nov 27, 2022 18:515,724572,983,808231,630,00094,623,000266,981,376
7Nov 27, 2022 18:515,727575,316,947239,740,00086,714,000266,924,032
8Nov 27, 2022 18:515,728578,483,992238,483,00088,023,000266,739,712
9Nov 27, 2022 18:515,738570,795,462238,235,00088,833,000266,850,304
10Nov 27, 2022 18:515,9761,217,926,945340,642,5260266,231,808
11Nov 27, 2022 18:515,9851,056,606,022341,145,5000266,244,096
12Nov 27, 2022 18:516,1241,223,038,081349,082,6910263,962,624