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 06:44matsuoka-601matsuoka-601Score: 5,296Success
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 06:445,205536,557,379229,845,00066,827,000267,829,248
2Jun 20, 2024 06:445,226532,472,256219,967,00077,925,000267,780,096
3Jun 20, 2024 06:445,228533,281,015221,784,00076,238,000267,984,896
4Jun 20, 2024 06:445,267540,935,717232,506,00067,730,000267,898,880
5Jun 20, 2024 06:445,283548,439,959228,862,00072,272,000267,845,632
6Jun 20, 2024 06:445,293547,032,648222,875,00078,833,000267,841,536
7Jun 20, 2024 06:445,296542,796,405230,478,00071,387,000267,972,608
8Jun 20, 2024 06:445,314601,481,546302,874,6330266,051,584
9Jun 20, 2024 06:445,315557,743,996222,417,00080,513,000267,927,552
10Jun 20, 2024 06:445,324588,275,211303,465,7840267,968,512
11Jun 20, 2024 06:445,346709,109,298222,783,00081,920,000267,608,064
12Jun 20, 2024 06:445,354621,942,753305,155,9730265,691,136