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 listFeb 18, 2025 16:08AlexAlexScore: 7,172Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2025 16:087,132435,484,287383,527,00022,971,000250,056,704
2Feb 18, 2025 16:087,139432,116,311385,921,00020,995,000250,019,840
3Feb 18, 2025 16:087,161433,574,793384,213,00023,950,000250,048,512
4Feb 18, 2025 16:087,167437,146,413386,558,00021,974,000250,142,720
5Feb 18, 2025 16:087,172438,719,944388,831,00019,991,000250,052,608
6Feb 18, 2025 16:087,175435,772,686387,961,00020,997,000250,052,608
7Feb 18, 2025 16:087,179436,718,717389,227,00019,960,000250,077,184
8Feb 18, 2025 16:087,179441,422,977386,249,00022,955,000250,273,792
9Feb 18, 2025 16:087,180437,458,550385,279,00023,955,000250,142,720