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 31, 2025 23:42HattonuriHattonuriScore: 4,106Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 31, 2025 23:424,100259,003,052188,743,00044,939,000251,904,000
2Dec 31, 2025 23:424,100256,903,139191,770,00041,949,000252,096,512
3Dec 31, 2025 23:424,103264,835,916190,888,00042,974,000252,096,512
4Dec 31, 2025 23:424,103253,166,758188,905,00044,977,000251,912,192
5Dec 31, 2025 23:424,106266,988,902191,023,00043,005,000252,104,704
6Dec 31, 2025 23:424,110262,172,553193,201,00041,042,000251,904,000
7Dec 31, 2025 23:424,110258,842,019190,391,00043,859,000252,096,512
8Dec 31, 2025 23:424,110262,964,307193,243,00041,051,000252,096,512
9Dec 31, 2025 23:424,112265,145,659188,522,00045,883,000252,092,416