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 listJul 26, 2024 21:00Yuriy LyfenkoYuriy LyfenkoScore: 4,779Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 26, 2024 21:004,4521,161,850,320253,772,5990268,042,240
2Jul 26, 2024 21:004,5221,151,733,653257,772,9960266,625,024
3Jul 26, 2024 21:004,5771,141,306,271260,879,9880267,485,184
4Jul 26, 2024 21:004,7201,111,467,817207,486,00061,550,000264,347,648
5Jul 26, 2024 21:004,7421,116,474,621199,957,00070,336,000263,761,920
6Jul 26, 2024 21:004,7421,132,606,147209,114,00061,204,000266,203,136
7Jul 26, 2024 21:004,7791,139,952,924203,061,00069,362,000262,520,832
8Jul 26, 2024 21:004,7941,129,776,914207,937,00065,294,000265,474,048
9Jul 26, 2024 21:004,8171,145,041,803210,738,00063,829,000264,695,808
10Jul 26, 2024 21:004,8191,137,476,464210,050,00064,630,000265,703,424
11Jul 26, 2024 21:004,8201,167,977,551218,321,00056,408,000263,688,192
12Jul 26, 2024 21:006,5941,433,031,975220,617,000155,249,000262,684,672