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 listMar 4, 2026 23:32olliecrowolliecrowScore: 4,564Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 23:324,557286,054,782237,762,00021,978,000250,052,608
2Mar 4, 2026 23:324,561284,496,093238,995,00020,999,000250,245,120
3Mar 4, 2026 23:324,563286,643,328239,089,00021,007,000250,245,120
4Mar 4, 2026 23:324,564289,031,309239,113,00021,009,000250,265,600
5Mar 4, 2026 23:324,564293,012,269237,226,00022,925,000250,044,416
6Mar 4, 2026 23:324,565291,911,373237,254,00022,927,000250,249,216
7Mar 4, 2026 23:324,565290,670,987237,267,00022,929,000250,265,600
8Mar 4, 2026 23:324,566292,155,298238,318,00021,937,000250,253,312
9Mar 4, 2026 23:324,571284,810,513238,569,00021,960,000250,269,696