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 20, 2024 10:55matsuoka-601matsuoka-601Score: 4,793Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2024 10:554,749513,844,846192,111,00078,590,000267,939,840
2Jun 20, 2024 10:554,754515,544,750205,875,00065,123,000267,829,248
3Jun 20, 2024 10:554,762520,511,494198,583,00072,847,000267,870,208
4Jun 20, 2024 10:554,781530,334,750200,844,00071,657,000267,780,096
5Jun 20, 2024 10:554,786522,963,798187,689,00085,137,000267,767,808
6Jun 20, 2024 10:554,789522,466,348208,932,00064,044,000267,792,384
7Jun 20, 2024 10:554,793535,684,606204,907,00068,302,000267,829,248
8Jun 20, 2024 10:554,796531,432,780191,344,00082,004,000267,882,496
9Jun 20, 2024 10:554,817536,844,947202,582,00071,983,000267,972,608
10Jun 20, 2024 10:554,882569,603,070278,272,3350267,689,984
11Jun 20, 2024 10:554,893584,516,619278,877,8590266,788,864
12Jun 20, 2024 10:554,896601,168,999279,055,1280265,940,992