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, 2026 01:25Charles CabergsCharles CabergsScore: 4,654Success
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, 2026 01:274,651289,695,360223,252,00041,859,000252,035,072
2Apr 21, 2026 01:274,652293,664,840219,350,00045,864,000251,985,920
3Apr 21, 2026 01:274,653289,590,832216,391,00048,862,000251,842,560
4Apr 21, 2026 01:274,653294,624,388216,381,00048,860,000251,994,112
5Apr 21, 2026 01:274,654294,638,454224,414,00040,893,000251,981,824
6Apr 21, 2026 01:274,658291,634,619222,602,00042,923,000251,985,920
7Apr 21, 2026 01:274,663287,649,398222,855,00042,972,000251,994,112
8Apr 21, 2026 01:274,675291,588,418220,604,00045,917,000251,981,824
9Apr 21, 2026 01:274,676280,597,054216,646,00049,918,000251,961,344