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 7, 2024 16:02NoSIMD_C#NoSIMD_C#Score: 422,193Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 7, 2024 16:02421,11024,282,127,94612,630,520,00011,372,763,000268,103,680
2Nov 7, 2024 16:02421,19324,299,622,69312,554,130,00011,453,856,000268,148,736
3Nov 7, 2024 16:02421,40624,301,516,75512,571,797,00011,448,351,000267,960,320
4Nov 7, 2024 16:02421,59324,328,737,16012,445,713,00011,585,078,000267,952,128
5Nov 7, 2024 16:02422,19324,352,607,49612,395,690,00011,669,294,000268,156,928
6Nov 7, 2024 16:02422,26124,351,514,08912,431,278,00011,637,579,000268,152,832
7Nov 7, 2024 16:02423,21124,395,941,55512,606,934,00011,516,113,000267,997,184
8Nov 7, 2024 16:02427,93424,665,463,62512,513,195,00011,879,033,000267,968,512
9Nov 7, 2024 16:02428,23724,706,502,25412,403,981,00012,005,500,000268,095,488