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 11:18matsuoka-601matsuoka-601Score: 4,889Success
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 11:184,833507,703,115205,850,00069,611,000267,927,552
2Jun 20, 2024 11:184,856521,803,099197,289,00079,504,000267,833,344
3Jun 20, 2024 11:184,859524,646,153197,990,00079,001,000267,767,808
4Jun 20, 2024 11:184,876652,271,776207,160,00070,762,000267,968,512
5Jun 20, 2024 11:184,888577,340,133278,599,8360266,878,976
6Jun 20, 2024 11:184,889522,820,353212,067,00066,591,000267,984,896
7Jun 20, 2024 11:184,889525,813,553208,233,00070,431,000267,988,992
8Jun 20, 2024 11:184,894533,688,791202,144,00076,814,000267,812,864
9Jun 20, 2024 11:184,900533,296,033199,492,00079,796,000267,788,288
10Jun 20, 2024 11:184,903528,383,418215,550,00063,943,000267,771,904
11Jun 20, 2024 11:184,918588,162,745280,302,0510265,641,984
12Jun 20, 2024 11:184,926593,648,630280,759,2040265,330,688