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 6, 2025 23:37Yehor BondarYehor BondarScore: 425,114Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 6, 2025 23:37420,83724,026,044,77912,524,047,00011,463,636,000251,854,848
2Dec 6, 2025 23:37422,64224,121,662,01712,552,045,00011,538,526,000251,854,848
3Dec 6, 2025 23:37423,28824,163,642,40412,671,927,00011,455,510,000251,846,656
4Dec 6, 2025 23:37424,33324,221,862,77312,718,687,00011,468,308,000251,854,848
5Dec 6, 2025 23:37425,11424,271,101,89712,534,542,00011,696,973,000251,854,848
6Dec 6, 2025 23:37425,53924,298,778,28912,624,085,00011,631,629,000251,846,656
7Dec 6, 2025 23:37425,83924,314,979,19412,620,202,00011,652,647,000251,854,848
8Dec 6, 2025 23:37428,02524,433,006,69512,710,977,00011,686,462,000251,854,848
9Dec 6, 2025 23:37429,75524,536,056,30912,551,343,00011,944,665,000251,854,848