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 8, 2025 19:26Bohdan StorozhukBohdan StorozhukScore: 5,569Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 8, 2025 19:265,537345,960,656254,681,00060,923,000251,912,192
2Jan 8, 2025 19:265,540337,769,782251,803,00063,950,000251,916,288
3Jan 8, 2025 19:265,540342,551,938260,801,00054,958,000251,899,904
4Jan 8, 2025 19:265,540340,497,521253,838,00061,960,000251,912,192
5Jan 8, 2025 19:265,569346,839,300262,551,00054,906,000251,904,000
6Jan 8, 2025 19:265,577342,092,476252,910,00064,977,000251,895,808
7Jan 8, 2025 19:265,586341,285,738256,541,00061,889,000251,920,384
8Jan 8, 2025 19:265,636350,390,640254,393,00066,840,000251,895,808
9Jan 8, 2025 19:265,637350,989,861250,455,00070,845,000251,904,000