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 listAug 16, 2026 02:14Victor MerckléVictor MerckléScore: 1,793Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 02:161,777109,831,43879,851,00021,481,000249,888,768stderr
2Aug 16, 2026 02:161,785110,190,46981,161,00020,592,000249,876,480stderr
3Aug 16, 2026 02:161,787110,359,90181,179,00020,705,000249,872,384stderr
4Aug 16, 2026 02:161,787110,326,95381,178,00020,737,000249,884,672stderr
5Aug 16, 2026 02:161,793110,609,78681,356,00020,858,000249,880,576stderr
6Aug 16, 2026 02:161,794110,862,78881,566,00020,706,000249,884,672stderr
7Aug 16, 2026 02:161,794110,807,20081,446,00020,860,000249,901,056stderr
8Aug 16, 2026 02:161,796113,137,18880,710,00021,691,000249,909,248stderr
9Aug 16, 2026 02:161,803111,331,29981,857,00020,933,000249,905,152stderr