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:13Yuriy LyfenkoYuriy LyfenkoScore: 5,965Success
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:135,9031,179,604,419268,581,00067,894,000264,568,832
2Jan 22, 2024 01:135,9091,179,139,779271,468,00065,353,000264,450,048
3Jan 22, 2024 01:135,9111,191,493,960268,359,00068,580,000265,596,928
4Jan 22, 2024 01:135,9141,204,194,906277,181,00059,903,000265,781,248
5Jan 22, 2024 01:135,9161,187,071,025280,817,00056,368,000264,593,408
6Jan 22, 2024 01:135,9451,180,178,486275,305,00063,532,000265,297,920
7Jan 22, 2024 01:135,9651,194,112,687278,352,00061,627,000265,920,512
8Jan 22, 2024 01:135,9671,228,915,036340,120,4170267,120,640
9Jan 22, 2024 01:135,9691,230,860,468340,212,0320265,396,224
10Jan 22, 2024 01:135,9761,202,380,773275,744,00064,881,000263,790,592
11Jan 22, 2024 01:135,9821,247,631,583340,951,0120265,379,840
12Jan 22, 2024 01:136,0041,209,851,422272,566,00069,656,000265,093,120