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 listJul 27, 2025 17:10Aniruddha DebAniruddha DebScore: 3,272Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 27, 2025 17:103,267211,227,709161,314,00024,894,000254,451,712
2Jul 27, 2025 17:103,267212,146,217165,329,00020,915,000254,435,328
3Jul 27, 2025 17:103,270212,416,602164,473,00021,929,000254,353,408
4Jul 27, 2025 17:103,270213,618,572163,477,00022,926,000254,414,848
5Jul 27, 2025 17:103,272213,201,803167,541,00018,948,000254,308,352
6Jul 27, 2025 17:103,273213,992,766167,627,00018,957,000254,341,120
7Jul 27, 2025 17:103,276214,671,889163,777,00022,968,000254,427,136
8Jul 27, 2025 17:103,281210,454,565166,028,00021,003,000254,439,424
9Jul 27, 2025 17:103,283212,289,712161,255,00025,880,000254,435,328