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 22, 2024 01:53Yuriy LyfenkoYuriy LyfenkoScore: 5,749Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 01:535,6571,168,084,452263,617,00058,807,000264,581,120
2Jan 22, 2024 01:535,6671,162,113,832258,424,00064,606,000264,847,360
3Jan 22, 2024 01:535,6821,172,099,164261,144,00062,715,000264,794,112
4Jan 22, 2024 01:535,6901,173,450,066258,645,00065,671,000264,003,584
5Jan 22, 2024 01:535,6921,162,449,664264,267,00060,199,000264,155,136
6Jan 22, 2024 01:535,6941,173,774,279259,216,00065,314,000264,171,520
7Jan 22, 2024 01:535,7491,188,740,856257,747,00069,931,000262,443,008
8Jan 22, 2024 01:535,7571,195,141,938256,339,00071,814,000262,500,352
9Jan 22, 2024 01:535,7641,193,882,357264,453,00064,079,000262,807,552
10Jan 22, 2024 01:536,3351,270,931,215361,089,4750266,825,728
11Jan 22, 2024 01:536,3651,282,239,818362,790,3380265,932,800
12Jan 22, 2024 01:536,3791,267,653,387363,595,5070266,334,208