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 5, 2024 22:40Alexander FrolovAlexander FrolovScore: 5,124Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 5, 2024 22:404,980578,023,613283,878,8360267,354,112
2Jan 5, 2024 22:404,986603,735,503284,198,1800266,190,848
3Jan 5, 2024 22:404,995575,525,182284,723,2720267,558,912
4Jan 5, 2024 22:405,110529,619,072211,639,00079,616,000267,706,368
5Jan 5, 2024 22:405,112545,002,402217,813,00073,599,000267,943,936
6Jan 5, 2024 22:405,113539,686,557230,445,00060,969,000267,931,648
7Jan 5, 2024 22:405,124537,137,273214,121,00077,952,000267,984,896
8Jan 5, 2024 22:405,128535,517,540214,492,00077,816,000267,853,824
9Jan 5, 2024 22:405,154535,570,411215,817,00077,934,000267,833,344
10Jan 5, 2024 22:405,162557,663,737230,665,00063,561,000267,915,264
11Jan 5, 2024 22:405,165539,872,846212,445,00081,943,000267,976,704
12Jan 5, 2024 22:405,169549,090,827213,001,00081,617,000267,472,896