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 23, 2024 09:18matsuoka-601matsuoka-601Score: 4,340Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 23, 2024 09:184,086549,364,553232,928,6440268,070,912
2Jun 23, 2024 09:184,156538,377,345236,864,3040265,846,784
3Jun 23, 2024 09:184,164564,952,897237,326,5030268,009,472
4Jun 23, 2024 09:184,325485,733,654173,888,00072,624,000265,781,248
5Jun 23, 2024 09:184,333488,798,416172,084,00074,907,000265,756,672
6Jun 23, 2024 09:184,339488,151,186168,906,00078,420,000265,707,520
7Jun 23, 2024 09:184,340488,609,366169,625,00077,744,000265,793,536
8Jun 23, 2024 09:184,353490,899,021168,747,00079,351,000265,555,968
9Jun 23, 2024 09:184,354493,185,697171,512,00076,676,000265,768,960
10Jun 23, 2024 09:184,355487,466,603171,921,00076,296,000265,904,128
11Jun 23, 2024 09:184,356479,124,502171,529,00076,789,000265,822,208
12Jun 23, 2024 09:184,360490,185,163180,369,00068,162,000265,691,136