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 listJul 2, 2026 06:35A_ShamanA_ShamanScore: 6,479Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 2, 2026 06:376,471378,233,653291,830,00077,023,000249,896,960
2Jul 2, 2026 06:376,474378,408,610291,903,00077,163,000249,892,864
3Jul 2, 2026 06:376,475378,531,022291,937,00077,186,000249,872,384
4Jul 2, 2026 06:376,478378,823,552291,128,00078,153,000249,880,576
5Jul 2, 2026 06:376,479378,694,428291,092,00078,212,000249,909,248
6Jul 2, 2026 06:376,479378,754,143291,959,00077,369,000249,905,152
7Jul 2, 2026 06:376,481378,846,831291,974,00077,484,000249,876,480
8Jul 2, 2026 06:376,481378,790,018291,317,00078,137,000249,864,192
9Jul 2, 2026 06:376,482378,880,770291,975,00077,507,000249,888,768