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 listApr 21, 2025 14:04Vadim AlekseevVadim AlekseevScore: 6,099Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2025 14:046,087368,441,485288,975,00057,995,000251,977,728
2Apr 21, 2025 14:046,088372,149,394285,017,00062,003,000252,100,608
3Apr 21, 2025 14:046,096372,742,899289,581,00057,916,000251,854,848
4Apr 21, 2025 14:046,097374,737,548287,617,00059,920,000251,863,040
5Apr 21, 2025 14:046,099378,206,354284,695,00062,932,000251,871,232
6Apr 21, 2025 14:046,099375,106,796287,701,00059,937,000251,867,136
7Apr 21, 2025 14:046,101372,650,411287,812,00059,960,000252,071,936
8Apr 21, 2025 14:046,107377,656,027288,894,00059,183,000251,863,040
9Apr 21, 2025 14:046,111381,638,019288,442,00059,884,000252,010,496