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 24, 2024 22:53Yuriy LyfenkoYuriy LyfenkoScore: 4,598Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 24, 2024 22:534,5001,163,943,745256,473,2930266,321,920
2Jan 24, 2024 22:534,5181,202,633,628257,538,8730267,317,248
3Jan 24, 2024 22:534,5401,162,158,476258,800,4270264,536,064
4Jan 24, 2024 22:534,5611,107,502,574198,307,00061,650,000264,847,360
5Jan 24, 2024 22:534,5701,112,443,515187,910,00072,579,000264,957,952
6Jan 24, 2024 22:534,5961,119,282,777186,837,00075,120,000264,347,648
7Jan 24, 2024 22:534,5981,108,825,136192,789,00069,283,000262,909,952
8Jan 24, 2024 22:534,6151,122,351,542195,244,00067,821,000265,486,336
9Jan 24, 2024 22:534,6391,124,143,880200,386,00064,041,000262,631,424
10Jan 24, 2024 22:534,6471,127,678,999195,630,00069,222,000264,331,264
11Jan 24, 2024 22:534,6511,127,177,018186,071,00079,056,000262,737,920
12Jan 24, 2024 22:534,6731,134,488,679211,828,00054,530,000264,683,520