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 listAug 16, 2026 22:49Victor MerckléVictor MerckléScore: 1,686Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 23:451,680105,573,77473,139,00022,627,000249,921,536stderr
2Aug 16, 2026 23:451,683105,619,92273,338,00022,596,000249,913,344stderr
3Aug 16, 2026 23:451,685105,713,65073,353,00022,713,000249,909,248stderr
4Aug 16, 2026 23:451,686105,830,45373,444,00022,670,000249,888,768stderr
5Aug 16, 2026 23:451,686105,838,99773,240,00022,864,000249,913,344stderr
6Aug 16, 2026 23:451,691106,128,45773,223,00023,172,000249,909,248stderr
7Aug 16, 2026 23:451,704106,775,02074,258,00022,874,000249,896,960stderr
8Aug 16, 2026 23:451,709107,214,64774,221,00023,219,000249,921,536stderr
9Aug 16, 2026 23:451,709107,158,46573,407,00024,027,000249,982,976stderr