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 3, 2024 21:42Alexander FrolovAlexander FrolovScore: 5,853Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 3, 2024 21:425,685606,681,360324,059,6310266,080,256
2Jan 3, 2024 21:425,711617,109,530325,524,9490266,125,312
3Jan 3, 2024 21:425,766601,907,731328,685,4780264,622,080
4Jan 3, 2024 21:425,825570,779,135257,327,00074,707,000267,939,840
5Jan 3, 2024 21:425,847572,788,486274,064,00059,230,000267,874,304
6Jan 3, 2024 21:425,852575,129,141258,061,00075,480,000267,730,944
7Jan 3, 2024 21:425,853563,490,824253,177,00080,421,000267,784,192
8Jan 3, 2024 21:425,861575,845,814268,913,00065,191,000267,935,744
9Jan 3, 2024 21:425,865571,226,442259,349,00074,968,000267,907,072
10Jan 3, 2024 21:425,884572,843,618267,289,00068,073,000267,956,224
11Jan 3, 2024 21:425,884576,029,458275,075,00060,332,000267,993,088
12Jan 3, 2024 21:425,909586,982,430261,178,00075,658,000267,902,976