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 02:03Yuriy LyfenkoYuriy LyfenkoScore: 4,592Success
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 02:034,5511,106,453,225193,794,00065,591,000264,151,040
2Jan 22, 2024 02:034,5531,106,474,475198,231,00061,308,000264,577,024
3Jan 22, 2024 02:034,5561,157,601,990259,708,0360267,526,144
4Jan 22, 2024 02:034,5571,156,976,653259,749,5750266,203,136
5Jan 22, 2024 02:034,5871,113,445,159197,117,00064,365,000265,183,232
6Jan 22, 2024 02:034,5881,169,820,953261,530,7690264,945,664
7Jan 22, 2024 02:034,5921,120,883,525197,548,00064,178,000266,092,544
8Jan 22, 2024 02:034,6181,112,273,726195,416,00067,838,000265,900,032
9Jan 22, 2024 02:034,6271,120,174,885193,727,00069,985,000265,338,880
10Jan 22, 2024 02:034,6371,136,684,446203,148,00061,151,000263,647,232
11Jan 22, 2024 02:034,6631,126,052,390197,547,00068,225,000262,496,256
12Jan 22, 2024 02:034,6651,134,966,085192,586,00073,319,000262,709,248