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 listJan 5, 2024 21:51Alexander FrolovAlexander FrolovScore: 5,057Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 5, 2024 21:514,855575,745,364276,750,0380265,920,512
2Jan 5, 2024 21:514,875582,549,700277,887,2950267,456,512
3Jan 5, 2024 21:514,900565,911,119279,301,4210265,220,096
4Jan 5, 2024 21:515,005521,599,895214,723,00070,551,000267,812,864
5Jan 5, 2024 21:515,015531,891,979215,879,00069,961,000267,821,056
6Jan 5, 2024 21:515,028546,804,315223,709,00062,886,000267,780,096
7Jan 5, 2024 21:515,057532,498,547215,184,00073,081,000267,702,272
8Jan 5, 2024 21:515,063530,403,964216,947,00071,661,000267,776,000
9Jan 5, 2024 21:515,072532,918,175223,612,00065,472,000267,874,304
10Jan 5, 2024 21:515,075534,037,445212,802,00076,491,000267,956,224
11Jan 5, 2024 21:515,084538,171,638210,554,00079,208,000267,812,864
12Jan 5, 2024 21:515,087536,611,472210,526,00079,443,000267,927,552