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 21, 2024 20:30Yuriy LyfenkoYuriy LyfenkoScore: 4,717Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2024 20:304,5971,173,972,598262,006,6550267,214,848
2Jan 21, 2024 20:304,6281,142,846,864263,786,8370265,400,320
3Jan 21, 2024 20:304,6411,182,304,284264,539,9580264,466,432
4Jan 21, 2024 20:304,6901,148,128,934206,417,00060,893,000263,884,800
5Jan 21, 2024 20:304,7021,126,938,273197,795,00070,217,000264,466,432
6Jan 21, 2024 20:304,7161,135,016,327199,881,00068,959,000265,048,064
7Jan 21, 2024 20:304,7171,122,121,103203,671,00065,174,000265,228,288
8Jan 21, 2024 20:304,7341,133,825,398202,647,00067,214,000264,867,840
9Jan 21, 2024 20:304,7361,132,263,112198,502,00071,461,000264,675,328
10Jan 21, 2024 20:304,7381,149,649,382192,338,00077,712,000264,749,056
11Jan 21, 2024 20:304,7511,130,524,681201,582,00069,230,000262,938,624
12Jan 21, 2024 20:304,7581,146,596,804204,187,00067,046,000263,999,488