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 28, 2022 16:55Andrey TsvetkovAndrey TsvetkovScore: 14,479Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 28, 2022 16:4614,0411,407,460,624800,328,4640259,432,448
2Nov 29, 2022 06:3714,2321,881,767,277811,216,9710254,627,840
3Nov 28, 2022 16:5114,2721,383,991,955813,491,1630256,446,464
4Nov 28, 2022 16:5114,2901,411,441,243814,540,7170256,577,536
5Nov 29, 2022 06:3714,3331,541,135,049817,009,4130256,942,080
6Nov 29, 2022 06:3714,3571,467,080,799818,372,0560256,897,024
7Nov 28, 2022 16:5514,4791,467,264,224825,321,5360255,672,320
8Nov 28, 2022 16:4614,6111,703,279,643832,806,1810254,275,584
9Nov 28, 2022 16:5114,6891,749,511,571837,280,0270257,544,192
10Nov 28, 2022 16:4614,7031,612,657,791838,083,5650246,321,152
11Nov 28, 2022 16:5514,7101,630,849,877838,492,6930256,712,704
12Nov 28, 2022 16:5514,8371,653,299,385845,690,4310254,709,760