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 listDec 14, 2023 12:55Vadim AlekseevVadim AlekseevScore: 11,742Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 14, 2023 13:0111,6901,219,286,632666,356,0780263,008,256
2Dec 14, 2023 13:0111,6911,168,225,041666,369,8330261,275,648
3Dec 14, 2023 12:5511,7411,223,205,545669,233,4920260,718,592
4Dec 14, 2023 13:0111,7421,180,939,775669,322,1520262,332,416
5Dec 14, 2023 12:5511,7501,225,196,523669,773,8470263,012,352
6Dec 14, 2023 12:5511,7741,269,731,447671,103,6870262,930,432