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 17:13Victor MerckléVictor MerckléScore: 1,599Success
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 17:151,58598,892,54868,834,00021,535,000249,884,672stderr
2Aug 16, 2026 17:151,58698,628,64768,866,00021,549,000249,896,960stderr
3Aug 16, 2026 17:151,59699,194,98969,516,00021,506,000249,880,576stderr
4Aug 16, 2026 17:151,596100,137,58569,592,00021,421,000249,892,864stderr
5Aug 16, 2026 17:151,59999,365,29869,620,00021,567,000249,905,152stderr
6Aug 16, 2026 17:151,599101,415,82269,666,00021,507,000249,876,480stderr
7Aug 16, 2026 17:151,60999,972,93869,857,00021,890,000249,909,248stderr
8Aug 16, 2026 17:151,617100,674,56670,471,00021,751,000249,876,480stderr
9Aug 16, 2026 17:151,619100,496,66470,548,00021,755,000249,892,864stderr