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 30, 2026 02:49Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 7,143Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 30, 2026 02:507,012424,383,702336,920,00062,798,000251,871,232
2Apr 30, 2026 02:507,132423,617,338340,644,00065,931,000252,129,280
3Apr 30, 2026 02:507,133427,903,267337,654,00068,929,000252,125,184
4Apr 30, 2026 02:507,138424,875,179345,049,00061,829,000252,129,280
5Apr 30, 2026 02:507,143427,591,642347,310,00059,881,000251,871,232
6Apr 30, 2026 02:507,143422,801,190352,280,00054,887,000251,867,136
7Apr 30, 2026 02:507,145424,653,946350,408,00056,903,000251,904,000
8Apr 30, 2026 02:507,146425,164,781345,436,00061,899,000251,863,040
9Apr 30, 2026 02:507,149426,974,717346,586,00060,927,000251,867,136