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 listJun 23, 2024 08:59matsuoka-601matsuoka-601Score: 4,389Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 23, 2024 08:594,092537,345,267233,267,7350267,161,600
2Jun 23, 2024 08:594,171557,101,215237,726,1880267,153,408
3Jun 23, 2024 08:594,228574,663,873240,986,3720264,585,216
4Jun 23, 2024 08:594,333488,745,753173,078,00073,887,000265,875,456
5Jun 23, 2024 08:594,373503,995,655168,069,00081,169,000265,797,632
6Jun 23, 2024 08:594,381491,886,593174,799,00074,914,000265,711,616
7Jun 23, 2024 08:594,389504,930,862174,601,00075,558,000265,875,456
8Jun 23, 2024 08:594,392502,017,019173,855,00076,496,000265,793,536
9Jun 23, 2024 08:594,405511,717,331167,082,00084,023,000265,895,936
10Jun 23, 2024 08:594,407496,483,562165,156,00086,039,000265,682,944
11Jun 23, 2024 08:594,409516,062,218163,888,00087,407,000265,162,752
12Jun 23, 2024 08:594,420514,537,097166,593,00085,328,000265,809,920