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:09Yuriy LyfenkoYuriy LyfenkoScore: 4,648Success
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:094,5941,170,503,381261,877,6660267,857,920
2Jan 22, 2024 19:094,6071,108,847,674191,588,00070,994,000264,630,272
3Jan 22, 2024 19:094,6091,152,103,247262,696,0060265,834,496
4Jan 22, 2024 19:094,6211,111,118,827195,343,00068,074,000264,667,136
5Jan 22, 2024 19:094,6401,111,914,918194,348,00070,125,000264,183,808
6Jan 22, 2024 19:094,6431,180,045,706264,655,7440266,309,632
7Jan 22, 2024 19:094,6481,116,507,424187,999,00076,953,000264,495,104
8Jan 22, 2024 19:094,6521,129,001,900201,397,00063,758,000265,469,952
9Jan 22, 2024 19:094,6521,114,453,213197,364,00067,812,000264,654,848
10Jan 22, 2024 19:094,7011,125,131,206196,449,00071,527,000265,601,024
11Jan 22, 2024 19:094,7061,129,927,575195,244,00072,970,000262,750,208
12Jan 22, 2024 19:094,7171,139,167,499196,842,00072,040,000265,277,440