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 listNov 13, 2024 17:14Dan StolyarovDan StolyarovScore: 8,815Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 13, 2024 17:148,804761,661,220407,718,00094,088,000263,102,464
2Nov 13, 2024 17:148,815752,404,327408,775,00093,699,000262,905,856
3Nov 13, 2024 17:148,818757,788,082393,856,000108,788,000263,000,064