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 listJan 22, 2024 22:36Yuriy LyfenkoYuriy LyfenkoScore: 4,533Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 22:364,4241,156,759,383252,165,2100265,850,880
2Jan 22, 2024 22:364,4541,159,684,017253,882,6880265,388,032
3Jan 22, 2024 22:364,4551,101,834,405182,933,00070,974,000264,663,040
4Jan 22, 2024 22:364,4701,105,360,954178,843,00075,933,000265,158,656
5Jan 22, 2024 22:364,4941,147,830,976186,742,00069,417,000263,503,872
6Jan 22, 2024 22:364,5181,110,349,782192,632,00064,886,000265,248,768
7Jan 22, 2024 22:364,5331,123,542,752181,047,00077,312,000263,987,200
8Jan 22, 2024 22:364,5401,125,579,070208,433,00050,346,000262,647,808
9Jan 22, 2024 22:364,5421,182,021,386258,869,5440265,199,616
10Jan 22, 2024 22:364,5451,122,045,537196,811,00062,256,000264,474,624
11Jan 22, 2024 22:364,5581,130,116,758196,657,00063,137,000262,774,784
12Jan 22, 2024 22:364,5621,127,242,686195,022,00065,007,000262,602,752