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 07:17A_ShamanA_ShamanScore: 8,964Success
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 07:208,938640,554,202313,234,000196,277,000147,640,320
2Jul 2, 2026 07:208,954660,826,850313,401,000197,026,000147,685,376
3Jul 2, 2026 07:208,958661,155,802313,525,000197,130,000147,546,112
4Jul 2, 2026 07:208,962650,123,172313,402,000197,469,000147,804,160
5Jul 2, 2026 07:208,964638,759,913312,835,000198,150,000147,578,880
6Jul 2, 2026 07:209,001642,408,120312,370,000200,699,000147,648,512
7Jul 2, 2026 07:209,123651,373,399312,664,000207,372,000147,001,344
8Jul 2, 2026 07:209,175614,873,682312,500,000210,501,000147,636,224
9Jul 2, 2026 07:209,216631,168,539312,616,000212,715,000147,238,912