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:00Victor MerckléVictor MerckléScore: 1,610Success
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 22:031,60599,942,65770,016,00021,522,000249,872,384stderr
2Aug 16, 2026 22:031,60699,796,16570,041,00021,526,000249,901,056stderr
3Aug 16, 2026 22:031,607100,123,26670,032,00021,576,000249,892,864stderr
4Aug 16, 2026 22:031,60899,951,99970,125,00021,551,000249,892,864stderr
5Aug 16, 2026 22:031,610100,240,65570,118,00021,663,000249,868,288stderr
6Aug 16, 2026 22:031,624101,790,97971,093,00021,506,000249,884,672stderr
7Aug 16, 2026 22:031,625101,018,48370,863,00021,794,000249,905,152stderr
8Aug 16, 2026 22:031,626101,196,35070,927,00021,803,000249,917,440stderr
9Aug 16, 2026 22:031,627101,080,36870,940,00021,847,000249,872,384stderr