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 listApr 23, 2026 23:55olliecrowolliecrowScore: 3,169Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2026 23:563,161200,816,682152,330,00027,877,000250,093,568
2Apr 23, 2026 23:563,168199,327,749178,616,0001,995,000250,101,760
3Apr 23, 2026 23:563,168195,558,111176,625,0003,991,000250,183,680
4Apr 23, 2026 23:563,168203,915,352178,620,0002,006,000250,118,144
5Apr 23, 2026 23:563,169196,088,668179,632,0001,003,000250,081,280
6Apr 23, 2026 23:563,170198,211,676176,716,0003,993,000250,118,144
7Apr 23, 2026 23:563,170201,603,035174,716,0005,990,000250,130,432
8Apr 23, 2026 23:563,204203,624,240161,678,00020,958,000250,126,336
9Apr 23, 2026 23:563,204201,643,345161,679,00020,958,000250,130,432