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 4, 2026 23:49olliecrowolliecrowScore: 4,548Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 23:494,541284,249,151237,828,00020,984,000250,286,080
2Mar 4, 2026 23:494,544283,048,117240,015,00019,001,000250,261,504
3Mar 4, 2026 23:494,545294,696,582239,047,00020,003,000250,241,024
4Mar 4, 2026 23:494,545285,663,360238,145,00020,924,000250,118,144
5Mar 4, 2026 23:494,548286,354,427238,305,00020,938,000250,130,432
6Mar 4, 2026 23:494,549286,347,476238,289,00021,025,000250,040,320
7Mar 4, 2026 23:494,552284,641,051236,521,00022,953,000250,269,696
8Mar 4, 2026 23:494,553286,706,409235,590,00023,958,000250,265,600
9Mar 4, 2026 23:494,554293,047,646238,620,00020,966,000250,052,608