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 08:44Andrey TsvetkovAndrey TsvetkovScore: 15,155Success
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 08:4214,3531,478,691,459818,111,1930266,551,296
2Nov 27, 2022 08:4214,4861,535,588,485825,712,8790265,424,896
3Nov 27, 2022 08:4515,1382,048,227,495862,842,9680263,786,496
4Nov 27, 2022 08:4215,1451,887,764,567863,256,9960264,744,960
5Nov 27, 2022 08:4515,1552,513,398,374863,834,0860263,774,208
6Nov 27, 2022 08:4415,1571,617,371,622863,957,8710264,626,176
7Nov 27, 2022 08:4415,1961,624,939,653866,187,0390264,876,032
8Nov 27, 2022 08:4515,2222,350,041,848867,659,8250263,720,960
9Nov 27, 2022 08:4415,2742,210,495,449870,590,4500266,698,752