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 12, 2025 21:52Mikhail ShirokovMikhail ShirokovScore: 8,386Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 12, 2025 21:528,368503,798,336453,017,00023,948,000250,216,448
2Jan 12, 2025 21:528,384503,913,824475,890,0001,999,000250,028,032
3Jan 12, 2025 21:528,385507,666,284475,925,0001,999,000250,052,608
4Jan 12, 2025 21:528,385501,605,270475,954,0001,999,000250,171,392
5Jan 12, 2025 21:528,386499,174,525476,005,0002,000,000250,327,040
6Jan 12, 2025 21:528,386499,206,342476,013,0002,000,000250,216,448
7Jan 12, 2025 21:528,390500,861,237477,246,0001,000,000250,302,464
8Jan 12, 2025 21:528,393504,315,978477,405,0001,000,000250,294,272
9Jan 12, 2025 21:528,393511,989,997477,420,0001,000,000250,200,064