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 listNov 25, 2024 17:56NoSIMD_C#NoSIMD_C#Score: 29,428Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 25, 2024 17:5629,3181,928,009,715960,040,000711,067,000259,014,656
2Nov 25, 2024 17:5629,3481,934,058,044995,654,000677,206,000258,871,296
3Nov 25, 2024 17:5629,3841,933,327,276970,343,000704,523,000258,793,472
4Nov 25, 2024 17:5629,4211,934,189,368987,548,000689,477,000258,928,640
5Nov 25, 2024 17:5629,4281,941,221,9581,018,007,000659,414,000258,752,512
6Nov 25, 2024 17:5629,4351,944,125,496973,391,000704,388,000258,990,080
7Nov 25, 2024 17:5629,5131,944,539,0031,018,402,000663,825,000258,912,256
8Nov 25, 2024 17:5629,8781,970,230,885990,540,000712,511,000258,777,088
9Nov 25, 2024 17:5630,0221,976,578,5021,001,464,000709,785,000258,977,792