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 listJan 1, 2026 21:14HattonuriHattonuriScore: 3,944Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2026 21:433,936243,985,832181,499,00042,881,000252,010,496
2Jan 1, 2026 21:143,938248,604,098182,567,00041,900,000252,096,512
3Jan 1, 2026 21:433,939247,041,599179,627,00044,906,000251,998,208
4Jan 1, 2026 21:093,941243,580,510180,687,00043,923,000252,096,512
5Jan 1, 2026 21:093,944245,884,820183,826,00040,961,000252,096,512
6Jan 1, 2026 21:093,944253,705,537182,854,00041,966,000251,834,368
7Jan 1, 2026 21:143,945249,728,990184,880,00039,974,000252,100,608
8Jan 1, 2026 21:433,946247,881,669182,951,00041,988,000252,092,416
9Jan 1, 2026 21:143,955248,905,886181,534,00043,887,000252,100,608