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 21, 2024 20:26Yuriy LyfenkoYuriy LyfenkoScore: 4,831Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2024 20:264,611569,103,033262,839,0640265,383,936
2Jan 21, 2024 20:264,637567,698,480264,293,1750265,617,408
3Jan 21, 2024 20:264,740598,173,070270,189,6360266,444,800
4Jan 21, 2024 20:264,770509,507,106206,748,00065,125,000267,845,632
5Jan 21, 2024 20:264,794508,072,759210,830,00062,430,000267,886,592
6Jan 21, 2024 20:264,795511,509,981208,271,00065,021,000267,804,672
7Jan 21, 2024 20:264,831526,908,510198,372,00076,980,000268,021,760
8Jan 21, 2024 20:264,831523,496,847204,063,00071,323,000267,927,552
9Jan 21, 2024 20:264,835527,462,043202,650,00072,954,000267,943,936
10Jan 21, 2024 20:264,837534,188,122199,513,00076,196,000267,780,096
11Jan 21, 2024 20:264,851532,120,211200,082,00076,413,000267,898,880
12Jan 21, 2024 20:264,860538,737,424200,298,00076,731,000268,017,664