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 17, 2025 07:39Ian MckibbenIan MckibbenScore: 24,717Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 17, 2025 07:3923,3843,493,227,634649,143,000683,737,000133,361,664
2Jan 17, 2025 07:3923,3953,510,911,761632,241,000701,267,000132,931,584
3Jan 17, 2025 07:3924,1804,094,937,268645,289,000732,958,00072,015,872
4Jan 17, 2025 07:3924,6403,609,375,811636,446,000768,018,00076,705,792
5Jan 17, 2025 07:3924,7173,615,051,544629,377,000779,467,00074,706,944
6Jan 17, 2025 07:3924,7633,632,045,428622,865,000788,636,00076,247,040
7Jan 17, 2025 07:3924,7893,652,977,197639,707,000773,273,00074,706,944
8Jan 17, 2025 07:3924,8773,673,646,831645,865,000772,140,00074,571,776
9Jan 17, 2025 07:3924,9193,646,426,206621,363,000799,038,00074,829,824