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 05:47matsuoka-601matsuoka-601Score: 4,418Success
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 05:474,256574,724,107242,601,6200266,661,888
2Jun 23, 2024 05:474,296578,108,917244,875,1270267,616,256
3Jun 23, 2024 05:474,307578,922,334245,518,3810266,592,256
4Jun 23, 2024 05:474,376487,033,860172,356,00077,053,000265,900,032
5Jun 23, 2024 05:474,388492,088,100173,688,00076,423,000265,838,592
6Jun 23, 2024 05:474,402505,444,682181,269,00069,640,000265,805,824
7Jun 23, 2024 05:474,418508,942,729177,757,00074,065,000265,711,616
8Jun 23, 2024 05:474,441492,611,782186,992,00066,118,000265,854,976
9Jun 23, 2024 05:474,456506,126,681174,990,00078,995,000265,887,744
10Jun 23, 2024 05:474,461513,213,312175,900,00078,401,000265,867,264
11Jun 23, 2024 05:474,463516,728,130177,579,00076,818,000265,691,136
12Jun 23, 2024 05:474,479510,238,702174,617,00080,671,000265,871,360