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 listDec 29, 2025 21:37HattonuriHattonuriScore: 4,310Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 21:384,304268,107,086204,443,00040,888,000251,969,536
2Dec 29, 2025 21:384,306266,549,860200,525,00044,893,000252,096,512
3Dec 29, 2025 21:384,306266,285,392197,559,00047,893,000252,100,608
4Dec 29, 2025 21:384,308265,853,544200,630,00044,917,000252,006,400
5Dec 29, 2025 21:374,310271,170,934200,754,00044,944,000252,006,400
6Dec 29, 2025 21:374,311267,723,288201,759,00043,947,000252,088,320
7Dec 29, 2025 21:374,314272,771,091196,914,00048,978,000252,018,688
8Dec 29, 2025 21:384,314269,786,312199,899,00045,976,000252,092,416
9Dec 29, 2025 21:384,317271,259,561201,239,00044,830,000252,014,592