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 22:31Andrei KhilkoAndrei KhilkoScore: 12,046Success
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 22:2111,8302,025,350,333674,318,8400208,859,136
2Nov 27, 2022 22:3111,8422,026,228,749675,019,4410211,456,000
3Nov 27, 2022 22:2111,9852,342,204,387683,162,2380210,518,016
4Nov 27, 2022 22:3112,0462,243,971,976686,633,6560207,347,712
5Nov 27, 2022 22:3112,0822,341,837,906688,654,6020209,338,368
6Nov 27, 2022 22:2112,0872,227,655,540688,950,1680208,310,272