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 listOct 18, 2024 19:42Yuriy LyfenkoYuriy LyfenkoScore: 4,509Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 18, 2024 19:424,4651,127,749,681187,368,00067,131,000264,609,792
2Oct 18, 2024 19:574,4691,115,634,428185,175,00069,563,000266,178,560
3Oct 18, 2024 19:574,4851,109,980,532178,176,00077,467,000266,199,040
4Oct 18, 2024 19:424,5091,105,519,655192,245,00064,756,000264,024,064
5Oct 18, 2024 19:574,5111,136,011,497185,059,00072,075,000263,733,248
6Oct 18, 2024 19:424,5311,120,741,856187,309,00070,980,000262,488,064