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 listMar 20, 2026 15:33limanjun99limanjun99Score: 5,069Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 15:335,055315,725,966266,187,00021,933,000250,060,800
2Mar 20, 2026 15:335,057315,741,514267,295,00020,944,000250,032,128
3Mar 20, 2026 15:335,064316,420,279267,683,00020,975,000250,277,888
4Mar 20, 2026 15:335,066313,978,771267,774,00020,982,000250,290,176
5Mar 20, 2026 15:335,069317,225,703268,930,00019,994,000250,052,608
6Mar 20, 2026 15:335,073319,428,865268,152,00021,011,000250,294,272
7Mar 20, 2026 15:335,085317,107,533273,848,00015,991,000250,023,936
8Mar 20, 2026 15:335,085319,746,382268,870,00020,989,000250,052,608
9Mar 20, 2026 15:335,089318,224,537268,064,00022,005,000250,019,840