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 18:05Yuriy LyfenkoYuriy LyfenkoScore: 4,715Success
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 18:054,6901,102,439,268198,979,00068,367,000267,837,440
2Jan 22, 2024 18:054,6971,146,461,104267,754,7640265,289,728
3Jan 22, 2024 18:054,6971,107,902,131202,560,00065,144,000267,771,904
4Jan 22, 2024 18:054,7071,117,426,714193,041,00075,236,000267,857,920
5Jan 22, 2024 18:054,7081,188,832,262268,375,1080267,206,656
6Jan 22, 2024 18:054,7141,122,129,452198,204,00070,495,000267,849,728
7Jan 22, 2024 18:054,7151,116,112,690202,826,00065,918,000267,915,264
8Jan 22, 2024 18:054,7261,116,245,825201,001,00068,361,000267,948,032
9Jan 22, 2024 18:054,7331,122,575,999203,355,00066,422,000267,907,072
10Jan 22, 2024 18:054,7351,180,110,590269,907,4740266,326,016
11Jan 22, 2024 18:054,7361,122,160,874205,712,00064,222,000267,857,920
12Jan 22, 2024 18:054,7411,121,800,342194,291,00075,941,000267,988,992