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 27, 2026 17:47Charles CabergsCharles CabergsScore: 3,394Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 17:483,388209,552,141148,324,00044,796,000251,904,000
2Apr 27, 2026 17:483,390215,193,692150,421,00042,835,000251,994,112
3Apr 27, 2026 17:483,391212,871,109145,486,00047,831,000252,002,304
4Apr 27, 2026 17:483,392210,112,188146,517,00046,845,000251,998,208
5Apr 27, 2026 17:483,394207,759,692153,603,00039,897,000251,994,112
6Apr 27, 2026 17:483,396212,294,684147,678,00045,900,000251,994,112
7Apr 27, 2026 17:483,396218,367,796148,704,00044,910,000251,994,112
8Apr 27, 2026 17:483,397211,054,398148,962,00044,688,000252,002,304
9Apr 27, 2026 17:483,404210,327,996150,025,00044,007,000252,006,400