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 listJun 20, 2024 10:48matsuoka-601matsuoka-601Score: 4,704Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2024 10:484,631499,913,932196,484,00067,509,000267,956,224
2Jun 20, 2024 10:484,654508,272,383192,845,00072,444,000267,833,344
3Jun 20, 2024 10:474,654510,582,161200,765,00064,531,000267,870,208
4Jun 20, 2024 10:484,655510,587,580196,724,00068,601,000267,972,608
5Jun 20, 2024 10:494,656513,766,782193,121,00072,296,000268,005,376
6Jun 20, 2024 10:494,656517,801,911191,124,00074,271,000267,853,824
7Jun 20, 2024 10:474,658509,085,277191,326,00074,187,000267,829,248
8Jun 20, 2024 10:474,658509,227,146186,541,00078,959,000267,927,552
9Jun 20, 2024 10:474,662493,988,522191,691,00074,039,000267,829,248
10Jun 20, 2024 10:494,662503,803,037202,422,00063,321,000267,960,320
11Jun 20, 2024 10:474,669512,445,115189,411,00076,735,000267,923,456
12Jun 20, 2024 10:494,670501,746,537196,663,00069,527,000267,808,768
13Jun 20, 2024 10:494,670515,111,285196,322,00069,895,000267,841,536
14Jun 20, 2024 10:474,671525,104,058195,932,00070,334,000267,878,400
15Jun 20, 2024 10:484,679515,889,115191,498,00075,195,000267,935,744
16Jun 20, 2024 10:484,691519,468,927201,342,00066,065,000267,943,936
17Jun 20, 2024 10:494,695525,068,912192,719,00074,891,000267,837,440
18Jun 20, 2024 10:494,698522,107,737195,513,00072,299,000267,980,800
19Jun 20, 2024 10:474,704517,362,884200,314,00067,814,000267,788,288
20Jun 20, 2024 10:484,704522,248,985197,034,00071,095,000268,013,568
21Jun 20, 2024 10:474,704521,147,859198,075,00070,026,000267,853,824
22Jun 20, 2024 10:494,707522,118,300191,060,00077,216,000267,526,144
23Jun 20, 2024 10:484,707526,091,046198,572,00069,711,000267,853,824
24Jun 20, 2024 10:494,712524,003,761188,903,00079,693,000267,882,496
25Jun 20, 2024 10:474,716524,914,734190,396,00078,398,000267,960,320
26Jun 20, 2024 10:484,718527,280,857192,524,00076,398,000267,997,184
27Jun 20, 2024 10:484,735527,389,909199,622,00070,275,000267,509,760
28Jun 20, 2024 10:484,794568,640,795273,248,4030266,096,640
29Jun 20, 2024 10:494,797577,591,695273,446,4670268,120,064
30Jun 20, 2024 10:494,798569,833,376273,479,8370267,055,104
31Jun 20, 2024 10:474,805582,411,827273,890,2550265,793,536
32Jun 20, 2024 10:484,822568,127,757274,866,9050266,665,984
33Jun 20, 2024 10:484,842581,867,204276,008,0130267,857,920
34Jun 20, 2024 10:494,847594,582,342276,285,5470266,539,008
35Jun 20, 2024 10:474,872589,179,521277,702,5940266,002,432
36Jun 20, 2024 10:474,925600,344,041280,731,4780265,310,208