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 19:48Yuriy LyfenkoYuriy LyfenkoScore: 4,814Success
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 19:484,7031,157,107,355268,093,0390267,051,008
2Jan 22, 2024 19:484,7201,168,712,277269,066,1820268,009,472
3Jan 22, 2024 19:484,7251,173,280,251269,340,6600266,342,400
4Jan 22, 2024 19:484,8011,131,683,498214,075,00059,577,000264,228,864
5Jan 22, 2024 19:484,8091,121,876,507212,279,00061,828,000265,768,960
6Jan 22, 2024 19:484,8121,121,327,801211,399,00062,904,000264,769,536
7Jan 22, 2024 19:484,8141,133,294,350215,990,00058,432,000265,355,264
8Jan 22, 2024 19:484,8191,122,262,595213,642,00061,040,000265,535,488
9Jan 22, 2024 19:484,8251,119,694,569213,438,00061,568,000264,830,976
10Jan 22, 2024 19:484,8701,137,664,313209,408,00068,156,000265,744,384
11Jan 22, 2024 19:484,8891,131,386,503209,494,00069,163,000265,322,496
12Jan 22, 2024 19:484,8971,138,070,182207,594,00071,549,000262,860,800