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:09Yuriy LyfenkoYuriy LyfenkoScore: 5,723Success
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:095,662563,632,554234,973,00087,736,000266,768,384
2Nov 27, 2022 19:095,699583,060,908237,485,00087,386,000266,985,472
3Nov 27, 2022 19:095,703565,527,132234,213,00090,858,000266,842,112
4Nov 27, 2022 19:095,706570,216,795234,908,00090,349,000266,825,728
5Nov 27, 2022 19:095,711576,495,449237,828,00087,674,000266,907,648
6Nov 27, 2022 19:095,715580,122,468233,409,00092,370,000266,833,920
7Nov 27, 2022 19:095,723578,300,003236,771,00089,424,000266,784,768
8Nov 27, 2022 19:095,726572,490,365236,166,00090,209,000266,948,608
9Nov 27, 2022 19:095,727581,811,132237,051,00089,396,000266,842,112
10Nov 27, 2022 19:095,8221,101,351,719331,862,0580264,073,216
11Nov 27, 2022 19:095,8261,177,722,248332,062,0960266,248,192
12Nov 27, 2022 19:095,9171,065,629,481337,272,9980265,302,016