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 25, 2026 14:19olliecrowolliecrowScore: 3,780Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 14:213,774232,487,836192,256,00022,911,000250,249,216
2Apr 25, 2026 14:213,777233,590,726191,394,00023,924,000250,146,816
3Apr 25, 2026 14:213,778234,405,984190,456,00024,928,000250,220,544
4Apr 25, 2026 14:213,778232,516,578192,452,00022,934,000250,212,352
5Apr 25, 2026 14:213,780231,331,400194,520,00020,948,000250,150,912
6Apr 25, 2026 14:213,780234,861,803191,529,00023,941,000250,212,352
7Apr 25, 2026 14:213,781238,104,546188,605,00026,943,000250,155,008
8Apr 25, 2026 14:213,783234,412,761193,689,00021,964,000250,245,120
9Apr 25, 2026 14:213,784233,057,530190,765,00024,969,000250,114,048