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 29, 2022 07:53Andrey TsvetkovAndrey TsvetkovScore: 14,503Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 29, 2022 07:1414,0411,262,536,527800,309,7950261,365,760
2Nov 29, 2022 06:4914,1791,425,999,280808,192,8740259,186,688
3Nov 29, 2022 07:5314,2191,339,254,483810,457,5670259,350,528
4Nov 29, 2022 07:1414,2221,351,272,627810,651,0590259,866,624
5Nov 29, 2022 06:4914,5031,634,128,984826,671,5700259,743,744
6Nov 29, 2022 07:5314,5861,414,044,238831,379,4000256,909,312
7Nov 29, 2022 06:4914,6101,430,175,317832,788,5090257,527,808
8Nov 29, 2022 07:1414,6731,608,412,985836,371,3020260,255,744
9Nov 29, 2022 07:5314,6971,546,751,626837,720,9250255,041,536