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 listJun 21, 2024 14:44Yuriy LyfenkoYuriy LyfenkoScore: 4,817Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 21, 2024 14:444,5191,158,733,555257,561,0770267,124,736
2Jun 21, 2024 14:444,5841,167,108,006261,284,7520265,175,040
3Jun 21, 2024 14:444,5981,177,550,106262,071,8560264,314,880
4Jun 21, 2024 14:444,7861,119,375,128207,861,00064,956,000264,097,792
5Jun 21, 2024 14:444,7961,119,906,078208,063,00065,333,000264,855,552
6Jun 21, 2024 14:444,8011,120,599,015201,861,00071,815,000263,995,392
7Jun 21, 2024 14:444,8171,137,251,881214,105,00060,441,000266,166,272
8Jun 21, 2024 14:444,8191,128,598,704199,521,00075,181,000265,232,384
9Jun 21, 2024 14:444,8441,144,845,318212,551,00063,556,000263,917,568
10Jun 21, 2024 14:444,8551,127,766,950211,072,00065,644,000262,557,696
11Jun 21, 2024 14:444,8631,213,146,837206,661,00070,543,000266,006,528
12Jun 21, 2024 14:444,8651,142,643,238214,871,00062,415,000262,807,552