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 22:50Yuriy LyfenkoYuriy LyfenkoScore: 4,838Success
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 22:514,7361,118,081,227198,281,00071,656,000264,400,896
2Jan 22, 2024 22:514,7721,144,537,422200,529,00071,475,000264,671,232
3Jan 22, 2024 22:514,7741,144,702,506200,546,00071,551,000264,052,736
4Jan 22, 2024 22:514,7851,124,365,394208,591,00064,182,000262,885,376
5Jan 22, 2024 22:514,7881,177,676,236272,928,0270266,199,040
6Jan 22, 2024 22:504,7911,169,503,164273,080,5750264,228,864
7Jan 22, 2024 22:514,7911,135,850,931210,144,00062,941,000264,609,792
8Jan 22, 2024 22:504,7971,165,799,710273,455,8360263,168,000
9Jan 22, 2024 22:514,8171,129,779,251199,060,00075,505,000262,529,024
10Jan 22, 2024 22:514,8231,140,568,609204,650,00070,253,000262,180,864
11Jan 22, 2024 22:514,8231,172,049,153274,914,8360265,048,064
12Jan 22, 2024 22:504,8351,161,085,213275,593,5820264,290,304
13Jan 22, 2024 22:514,8381,143,391,266217,820,00057,942,000263,254,016
14Jan 22, 2024 22:514,8451,152,218,730212,836,00063,331,000263,024,640
15Jan 22, 2024 22:504,8461,129,573,166215,052,00061,152,000263,225,344
16Jan 22, 2024 22:514,8531,180,966,885276,620,8030263,913,472
17Jan 22, 2024 22:504,8671,126,576,063210,067,00067,379,000263,745,536
18Jan 22, 2024 22:504,8811,132,965,779213,223,00064,982,000260,358,144
19Jan 22, 2024 22:504,8961,127,262,432207,082,00071,985,000260,665,344
20Jan 22, 2024 22:504,9041,135,000,606216,603,00062,918,000260,759,552
21Jan 22, 2024 22:504,9191,137,205,672212,555,00067,815,000262,787,072
22Jan 22, 2024 22:504,9251,146,297,419204,421,00076,291,000262,508,544
23Jan 22, 2024 22:504,9371,143,151,986209,547,00071,844,000260,657,152
24Jan 22, 2024 22:504,9541,155,983,538218,934,00063,459,000262,123,520