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 listAug 21, 2025 19:24Aniruddha DebAniruddha DebScore: 2,974Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 21, 2025 19:232,968200,161,183147,286,00021,893,000254,341,120
2Aug 21, 2025 19:232,970198,426,357147,398,00021,910,000254,435,328
3Aug 21, 2025 19:242,971194,605,784148,418,00020,918,000254,324,736
4Aug 21, 2025 19:242,971194,221,022147,451,00021,918,000254,300,160
5Aug 21, 2025 19:292,971193,312,672148,425,00020,918,000254,423,040
6Aug 21, 2025 19:232,972193,988,157147,461,00021,919,000254,476,288
7Aug 21, 2025 19:292,972199,871,979147,467,00021,920,000254,459,904
8Aug 21, 2025 19:232,973199,288,157147,536,00021,931,000254,464,000
9Aug 21, 2025 19:292,973199,385,555145,546,00023,925,000254,476,288
10Aug 21, 2025 19:292,973200,291,097147,537,00021,931,000254,332,928
11Aug 21, 2025 19:242,973194,522,091149,547,00019,939,000254,406,656
12Aug 21, 2025 19:232,974197,902,553147,604,00021,941,000254,341,120
13Aug 21, 2025 19:292,974200,270,161148,580,00020,940,000254,177,280
14Aug 21, 2025 19:242,974191,289,793148,578,00020,940,000254,435,328
15Aug 21, 2025 19:242,975194,618,589148,618,00020,946,000254,447,616
16Aug 21, 2025 19:292,975191,720,204148,640,00020,949,000254,464,000
17Aug 21, 2025 19:242,976192,638,414147,690,00021,954,000254,443,520
18Aug 21, 2025 19:232,976198,322,738149,689,00019,958,000254,349,312
19Aug 21, 2025 19:232,976190,704,027146,694,00022,952,000254,431,232
20Aug 21, 2025 19:232,976196,215,671148,665,00020,952,000254,357,504
21Aug 21, 2025 19:232,977191,950,411148,718,00020,960,000254,361,600
22Aug 21, 2025 19:292,977192,170,475148,750,00020,964,000254,316,544
23Aug 21, 2025 19:292,978191,736,507149,763,00019,968,000254,332,928
24Aug 21, 2025 19:292,978203,635,081150,769,00018,970,000254,423,040
25Aug 21, 2025 19:242,980195,417,733148,886,00020,983,000254,332,928
26Aug 21, 2025 19:242,982193,959,655147,955,00021,993,000254,345,216
27Aug 21, 2025 19:242,991195,904,682148,575,00021,937,000254,304,256