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:47Yuriy LyfenkoYuriy LyfenkoScore: 4,623Success
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:474,4901,137,779,572255,921,2990266,960,896
2Jun 21, 2024 14:474,5351,155,905,101258,467,2300266,780,672
3Jun 21, 2024 14:474,5621,184,601,531260,059,7280266,305,536
4Jun 21, 2024 14:474,6031,111,077,098192,279,00070,101,000265,203,712
5Jun 21, 2024 14:474,6061,109,285,815208,795,00053,719,000264,736,768
6Jun 21, 2024 14:474,6201,121,717,820200,011,00063,320,000265,228,288
7Jun 21, 2024 14:474,6231,121,466,362201,277,00062,250,000264,777,728
8Jun 21, 2024 14:474,6281,129,366,856203,488,00060,330,000265,924,608
9Jun 21, 2024 14:474,6651,119,402,633180,816,00085,089,000261,681,152
10Jun 21, 2024 14:474,6691,136,981,646201,907,00064,243,000264,540,160
11Jun 21, 2024 14:474,6741,133,096,609193,315,00073,119,000265,187,328
12Jun 21, 2024 14:474,6821,135,395,486194,836,00072,048,000265,494,528