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 22, 2024 01:11Yuriy LyfenkoYuriy LyfenkoScore: 5,660Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 01:115,5921,165,156,679243,761,00075,003,000265,261,056
2Jan 22, 2024 01:115,5941,162,840,806250,519,00068,323,000265,637,888
3Jan 22, 2024 01:115,5971,165,188,611263,957,00055,077,000264,323,072
4Jan 22, 2024 01:115,6141,175,431,091255,994,00063,998,000265,605,120
5Jan 22, 2024 01:115,6191,172,377,975255,224,00065,057,000265,744,384
6Jan 22, 2024 01:115,6331,180,818,473252,870,00068,234,000264,265,728
7Jan 22, 2024 01:115,6601,195,334,034255,866,00066,747,000264,269,824
8Jan 22, 2024 01:115,6821,182,164,296258,466,00065,382,000262,983,680
9Jan 22, 2024 01:115,6871,206,519,592257,321,00066,862,000262,991,872
10Jan 22, 2024 01:116,2221,252,477,363354,671,7490267,481,088
11Jan 22, 2024 01:116,2301,264,027,595355,115,4110265,662,464
12Jan 22, 2024 01:116,2551,264,410,647356,532,5520264,933,376