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 13, 2024 16:49NoSIMD_C#NoSIMD_C#Score: 82,086Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 13, 2024 16:4981,78717,343,801,5091,405,850,0003,256,036,00032,559,104
2Nov 13, 2024 16:4981,87417,555,940,3791,384,837,0003,282,003,00046,460,928
3Nov 13, 2024 16:4981,89717,744,134,7191,380,191,0003,287,951,00041,529,344
4Nov 13, 2024 16:4981,99017,838,137,8501,371,568,0003,301,847,00034,070,528
5Nov 13, 2024 16:4982,08617,776,374,1711,374,983,0003,303,894,00032,632,832
6Nov 13, 2024 16:4982,12017,524,970,2771,427,384,0003,253,474,00032,755,712
7Nov 13, 2024 16:4982,47017,763,888,1441,351,777,0003,348,998,00043,507,712
8Nov 13, 2024 16:4982,48017,810,928,6251,384,275,0003,317,076,00034,230,272
9Nov 13, 2024 16:4982,64917,820,294,4241,393,755,0003,317,219,00042,717,184