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 listJun 30, 2026 16:40Victor MerckléVictor MerckléScore: 2,599Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 30, 2026 16:422,591156,933,659127,166,00020,554,000249,876,480stderr
2Jun 30, 2026 16:422,596155,758,524127,372,00020,647,000249,901,056stderr
3Jun 30, 2026 16:422,597155,731,744127,416,00020,644,000249,856,000stderr
4Jun 30, 2026 16:422,599156,446,696127,484,00020,663,000249,876,480stderr
5Jun 30, 2026 16:422,599155,932,270127,516,00020,683,000249,872,384stderr
6Jun 30, 2026 16:422,606156,554,225128,064,00020,492,000249,892,864stderr
7Jun 30, 2026 16:422,623157,233,352128,626,00020,889,000249,880,576stderr
8Jun 30, 2026 16:422,627157,451,676128,906,00020,863,000249,917,440stderr
9Jun 30, 2026 16:422,635157,938,311129,403,00020,812,000249,905,152stderr