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 16:02Victor MerckléVictor MerckléScore: 2,785Success
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 16:032,768175,813,384136,851,00020,977,000250,101,760
2Apr 29, 2026 16:032,772175,241,324136,174,00021,867,000250,269,696
3Apr 29, 2026 16:032,776177,928,048130,394,00027,870,000250,195,968
4Apr 29, 2026 16:032,784180,680,982138,737,00019,962,000250,175,488
5Apr 29, 2026 16:032,785176,768,052136,827,00021,972,000250,167,296
6Apr 29, 2026 16:032,787179,704,671134,921,00023,986,000250,163,200
7Apr 29, 2026 16:032,789175,866,156136,982,00021,997,000250,175,488
8Apr 29, 2026 16:032,790181,121,341135,069,00024,012,000250,183,680
9Apr 29, 2026 16:032,791181,044,906138,114,00021,017,000250,195,968