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 23:46Kenneth MaplesKenneth MaplesScore: 6,033Success
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 23:465,931592,743,167232,060,000106,002,000266,792,960
2Nov 27, 2022 23:465,964593,185,896247,498,00092,450,000266,956,800
3Nov 27, 2022 23:466,009610,708,874246,748,00095,753,000266,862,592
4Nov 27, 2022 23:466,023611,480,327240,321,000102,994,000266,760,192
5Nov 27, 2022 23:466,025615,469,377238,729,000104,688,000266,960,896
6Nov 27, 2022 23:466,029619,296,365247,681,00095,976,000266,735,616
7Nov 27, 2022 23:466,033619,992,792251,777,00092,089,000266,903,552
8Nov 27, 2022 23:466,045614,174,605240,062,000104,497,000266,727,424
9Nov 27, 2022 23:466,055616,779,770244,541,000100,577,000266,932,224
10Nov 27, 2022 23:466,0691,046,373,620345,912,4190266,223,616
11Nov 27, 2022 23:466,1611,079,057,218351,151,5350266,027,008
12Nov 27, 2022 23:466,4201,235,373,208365,913,0760266,424,320