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 5, 2024 19:10Alexander FrolovAlexander FrolovScore: 6,783Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 5, 2024 19:106,628669,015,118377,808,0390266,219,520
2Jan 5, 2024 19:106,690671,916,776381,319,0610266,174,464
3Jan 5, 2024 19:106,729687,775,172383,581,4700265,486,336
4Jan 5, 2024 19:106,760615,467,026311,893,00073,445,000268,009,472
5Jan 5, 2024 19:106,780628,569,697311,557,00074,931,000267,853,824
6Jan 5, 2024 19:106,781620,517,851317,373,00069,171,000267,964,416
7Jan 5, 2024 19:106,783632,100,271316,348,00070,299,000267,825,152
8Jan 5, 2024 19:106,807627,485,866309,993,00077,991,000267,964,416
9Jan 5, 2024 19:106,822631,457,063315,336,00073,544,000267,968,512
10Jan 5, 2024 19:106,835631,157,154306,052,00083,557,000267,710,464
11Jan 5, 2024 19:106,846634,155,214316,360,00073,850,000267,862,016
12Jan 5, 2024 19:106,848649,739,684316,881,00073,435,000267,874,304