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 4, 2026 16:56Josu San MartinJosu San MartinScore: 3,324Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 16:563,315214,660,336141,204,00047,731,000251,973,632
2Apr 4, 2026 16:393,316213,003,400145,262,00043,777,000251,969,536
3Apr 4, 2026 16:393,319211,836,722144,383,00044,808,000251,965,440
4Apr 4, 2026 16:393,320214,590,692144,429,00044,822,000251,961,344
5Apr 4, 2026 16:563,321211,242,944149,437,00039,850,000251,969,536
6Apr 4, 2026 16:563,322215,938,900145,495,00043,848,000251,850,752
7Apr 4, 2026 16:393,324215,307,936144,583,00044,870,000252,063,744
8Apr 4, 2026 16:393,324215,619,162142,591,00046,865,000251,850,752
9Apr 4, 2026 16:393,324215,835,239143,610,00045,875,000251,850,752
10Apr 4, 2026 16:563,324224,860,559147,597,00041,885,000251,850,752
11Apr 4, 2026 16:563,327220,155,225142,995,00046,672,000251,850,752
12Apr 4, 2026 16:393,329214,444,981146,792,00042,939,000251,850,752
13Apr 4, 2026 16:563,329218,203,037147,809,00041,945,000251,977,728
14Apr 4, 2026 16:563,330213,383,397145,858,00043,957,000251,850,752
15Apr 4, 2026 16:393,331220,524,423145,887,00043,965,000251,846,656
16Apr 4, 2026 16:393,331214,852,249144,131,00045,724,000251,846,656
17Apr 4, 2026 16:563,336216,677,237149,345,00040,821,000251,850,752
18Apr 4, 2026 16:563,338217,105,591148,415,00041,835,000251,961,344