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 9, 2025 14:18Bohdan StorozhukBohdan StorozhukScore: 5,069Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 9, 2025 14:184,869301,575,120218,629,00058,900,000251,912,192
2Jan 9, 2025 14:184,933311,230,323221,124,00060,033,000251,863,040
3Jan 9, 2025 14:184,968313,315,512220,124,00063,035,000251,871,232
4Jan 9, 2025 14:185,057314,155,120225,203,00063,057,000251,899,904
5Jan 9, 2025 14:185,069310,433,304224,727,00064,207,000251,899,904
6Jan 9, 2025 14:185,069316,216,901224,737,00064,210,000251,867,136
7Jan 9, 2025 14:185,077321,367,357221,537,00067,858,000251,899,904
8Jan 9, 2025 14:185,101325,475,992229,806,00060,948,000251,912,192
9Jan 9, 2025 14:185,109318,785,392228,392,00062,832,000251,871,232