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:53NoSIMD_C#NoSIMD_C#Score: 31,797Success
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:5331,2152,094,240,2041,036,968,000742,261,000236,814,336
2Nov 25, 2024 17:5331,5302,106,227,3311,039,712,000757,518,000236,908,544
3Nov 25, 2024 17:5331,5472,141,819,9851,050,367,000747,837,000236,666,880
4Nov 25, 2024 17:5331,6572,130,296,3861,033,697,000770,774,000236,892,160
5Nov 25, 2024 17:5331,7972,129,136,7931,034,086,000778,323,000236,883,968
6Nov 25, 2024 17:5331,8022,143,180,7141,021,901,000790,827,000236,748,800
7Nov 25, 2024 17:5331,9502,154,098,5731,035,897,000785,228,000236,896,256
8Nov 25, 2024 17:5332,0152,154,286,6921,048,777,000776,055,000236,699,648
9Nov 25, 2024 17:5332,1652,175,275,4681,074,874,000758,556,000236,851,200