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 20:26Victor MerckléVictor MerckléScore: 1,609Success
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 20:371,59599,239,21169,445,00021,502,000249,860,096stderr
2Aug 16, 2026 20:371,595100,293,40069,466,00021,498,000249,884,672stderr
3Aug 16, 2026 20:371,60599,724,92669,909,00021,607,000249,905,152stderr
4Aug 16, 2026 20:371,607103,575,30570,102,00021,538,000249,876,480stderr
5Aug 16, 2026 20:371,609100,159,08670,166,00021,587,000249,880,576stderr
6Aug 16, 2026 20:371,609100,709,44970,145,00021,571,000249,905,152stderr
7Aug 16, 2026 20:371,624102,743,87570,870,00021,747,000249,847,808stderr
8Aug 16, 2026 20:371,626102,983,23070,879,00021,837,000249,901,056stderr
9Aug 16, 2026 20:371,626100,884,41871,038,00021,697,000249,872,384stderr