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 3, 2024 22:24Alexander FrolovAlexander FrolovScore: 5,425Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 3, 2024 22:245,225582,224,082297,832,6250266,514,432
2Jan 3, 2024 22:245,303619,873,733302,247,7370267,067,392
3Jan 3, 2024 22:245,387545,001,757238,181,00068,871,000267,579,392
4Jan 3, 2024 22:245,392655,599,123307,334,8550265,871,360
5Jan 3, 2024 22:245,418555,735,111222,998,00085,844,000267,558,912
6Jan 3, 2024 22:245,419552,417,802220,212,00088,669,000267,526,144
7Jan 3, 2024 22:245,425552,973,158230,909,00078,291,000267,513,856
8Jan 3, 2024 22:245,459560,885,350233,098,00078,037,000267,378,688
9Jan 3, 2024 22:245,473568,523,500251,129,00060,820,000267,522,048
10Jan 3, 2024 22:245,476576,762,378231,903,00080,236,000267,493,376
11Jan 3, 2024 22:245,477564,398,342226,375,00085,833,000267,493,376
12Jan 3, 2024 22:245,486568,352,396229,246,00083,449,000267,354,112