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 listNov 27, 2022 18:47Andrey TsvetkovAndrey TsvetkovScore: 14,374Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 10:2914,2701,302,945,551813,377,2540265,039,872
2Nov 27, 2022 10:4114,2841,286,259,770814,171,4200265,170,944
3Nov 27, 2022 18:4714,3451,482,636,626817,637,9720265,277,440
4Nov 27, 2022 10:4114,3561,324,387,120818,287,9200264,040,448
5Nov 27, 2022 10:2914,3621,468,180,881818,610,2780263,868,416
6Nov 27, 2022 11:2214,3721,373,449,504819,195,7600265,441,280
7Nov 27, 2022 11:2214,3741,384,326,079819,345,1730263,688,192
8Nov 27, 2022 11:2214,3911,428,485,775820,303,1290265,015,296
9Nov 27, 2022 18:4714,3971,428,283,407820,646,1430262,594,560
10Nov 27, 2022 10:4114,4061,296,193,396821,116,4560265,969,664
11Nov 27, 2022 10:2914,4211,431,769,593821,971,7110263,258,112
12Nov 27, 2022 18:4714,4441,430,436,867823,321,2000266,018,816