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 listJun 20, 2024 05:42matsuoka-601matsuoka-601Score: 5,446Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2024 05:425,383542,609,140204,873,000101,941,000266,903,552
2Jun 20, 2024 05:425,390545,474,495210,854,00096,390,000266,891,264
3Jun 20, 2024 05:425,404559,752,675226,477,00081,531,000266,993,664
4Jun 20, 2024 05:425,414571,948,928215,340,00093,281,000266,960,896
5Jun 20, 2024 05:425,444553,039,672227,949,00082,343,000266,805,248
6Jun 20, 2024 05:425,445568,710,271215,836,00094,557,000266,903,552
7Jun 20, 2024 05:425,446542,122,581210,574,00099,849,000266,821,632
8Jun 20, 2024 05:425,459560,906,651228,072,00083,119,000266,993,664
9Jun 20, 2024 05:425,481572,062,634226,101,00086,329,000266,911,744
10Jun 20, 2024 05:425,656690,373,644322,412,1020266,244,096
11Jun 20, 2024 05:425,683705,208,765323,906,8290265,297,920
12Jun 20, 2024 05:425,740740,186,013327,160,5670264,486,912