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 listJan 22, 2024 01:02Yuriy LyfenkoYuriy LyfenkoScore: 5,299Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 01:025,2571,151,551,777234,089,00065,585,000264,572,928
2Jan 22, 2024 01:025,2591,147,115,745233,239,00066,498,000264,409,088
3Jan 22, 2024 01:025,2741,151,544,224227,905,00072,735,000265,625,600
4Jan 22, 2024 01:025,2821,156,674,500232,153,00068,936,000265,945,088
5Jan 22, 2024 01:025,2901,150,858,188234,656,00066,902,000266,108,928
6Jan 22, 2024 01:025,2941,143,427,526243,042,00058,701,000266,190,848
7Jan 22, 2024 01:025,2991,155,611,479235,607,00066,453,000266,067,968
8Jan 22, 2024 01:025,3291,161,152,112234,109,00069,627,000265,789,440
9Jan 22, 2024 01:025,3721,169,792,087232,638,00073,569,000262,856,704
10Jan 22, 2024 01:025,9471,260,044,968338,956,9310266,989,568
11Jan 22, 2024 01:025,9481,237,744,455339,055,8260266,096,640
12Jan 22, 2024 01:025,9891,241,153,875341,354,6910265,650,176