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 16:24Victor MerckléVictor MerckléScore: 2,767Success
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 16:262,753165,963,822135,208,00021,740,000249,905,152stderr
2Aug 16, 2026 16:262,756165,630,611135,409,00021,722,000249,901,056stderr
3Aug 16, 2026 16:262,758166,358,435135,336,00021,924,000249,880,576stderr
4Aug 16, 2026 16:262,766165,977,898135,846,00021,850,000249,929,728stderr
5Aug 16, 2026 16:262,767166,754,650135,946,00021,820,000249,868,288stderr
6Aug 16, 2026 16:262,770166,984,907136,241,00021,677,000249,880,576stderr
7Aug 16, 2026 16:262,770166,991,181135,934,00021,976,000249,905,152stderr
8Aug 16, 2026 16:262,771166,430,411136,004,00021,943,000249,892,864stderr
9Aug 16, 2026 16:262,776167,347,106136,312,00021,962,000249,909,248stderr