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 21:02Yuriy LyfenkoYuriy LyfenkoScore: 4,686Success
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 21:024,5851,170,259,511261,344,2200267,145,216
2Jan 21, 2024 21:024,5911,155,792,264261,659,0390264,318,976
3Jan 21, 2024 21:024,6411,167,204,213264,561,6620264,564,736
4Jan 21, 2024 21:024,6771,112,527,454201,198,00065,389,000267,816,960
5Jan 21, 2024 21:024,6821,105,936,990190,889,00075,966,000268,001,280
6Jan 21, 2024 21:024,6851,109,348,610202,101,00064,961,000267,882,496
7Jan 21, 2024 21:024,6861,108,718,650197,794,00069,329,000267,845,632
8Jan 21, 2024 21:024,6991,105,388,267205,333,00062,538,000267,956,224
9Jan 21, 2024 21:024,7031,103,230,331204,681,00063,378,000268,005,376
10Jan 21, 2024 21:024,7221,115,311,958199,815,00069,323,000267,898,880
11Jan 21, 2024 21:024,7361,138,199,058195,242,00074,710,000267,870,208
12Jan 21, 2024 21:024,7581,129,965,596191,278,00079,952,000267,878,400