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 19:25Victor MerckléVictor MerckléScore: 2,400Success
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 19:282,387144,363,176114,617,00021,450,000249,901,056stderr
2Aug 16, 2026 19:282,390144,468,091114,692,00021,542,000249,888,768stderr
3Aug 16, 2026 19:282,399145,937,073115,245,00021,516,000249,909,248stderr
4Aug 16, 2026 19:282,400146,473,870115,274,00021,547,000249,884,672stderr
5Aug 16, 2026 19:282,400145,192,456115,374,00021,442,000249,896,960stderr
6Aug 16, 2026 19:282,410145,800,445115,944,00021,452,000249,913,344stderr
7Aug 16, 2026 19:282,420146,513,368116,252,00021,732,000249,896,960stderr
8Aug 16, 2026 19:282,429146,773,381116,652,00021,842,000249,880,576stderr
9Aug 16, 2026 19:282,444147,794,433117,565,00021,794,000249,884,672stderr