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 29, 2026 10:16Victor MerckléVictor MerckléScore: 3,428Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 10:173,424218,488,972169,449,00025,764,000250,249,216stderr
2Apr 29, 2026 10:173,425211,567,494170,366,00024,907,000250,290,176stderr
3Apr 29, 2026 10:173,426212,311,880173,412,00021,925,000250,249,216stderr
4Apr 29, 2026 10:173,426219,074,898170,538,00024,787,000250,281,984stderr
5Apr 29, 2026 10:173,428212,230,638172,378,00023,050,000250,294,272stderr
6Apr 29, 2026 10:173,431214,148,486171,627,00023,948,000250,298,368stderr
7Apr 29, 2026 10:173,432214,540,200172,804,00022,842,000250,265,600stderr
8Apr 29, 2026 10:173,434214,063,644173,918,00021,864,000250,253,312stderr
9Apr 29, 2026 10:173,439217,177,174175,135,00020,896,000250,261,504stderr