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 listAug 28, 2026 07:15C#_userC#_userScore: 10,147Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 28, 2026 07:2010,119608,267,747477,371,00099,459,000233,754,624
2Aug 28, 2026 07:2010,123607,704,356477,469,00099,579,000233,603,072
3Aug 28, 2026 07:2010,129608,363,359477,357,000100,038,000233,713,664
4Aug 28, 2026 07:2010,140608,820,316477,728,000100,258,000233,730,048
5Aug 28, 2026 07:2010,147609,303,474477,563,000100,862,000233,779,200
6Aug 28, 2026 07:2010,152610,055,962477,605,000101,113,000233,865,216
7Aug 28, 2026 07:2010,172613,992,280477,446,000102,401,000233,832,448
8Aug 28, 2026 07:2010,190614,635,901477,356,000103,519,000233,635,840
9Aug 28, 2026 07:2010,200618,637,186477,312,000104,136,000233,627,648