All pastes #375042 Raw Copy code Copy link Edit

Untitled

public unlisted text v1 · immutable
#375042 ·published 2007-02-27 23:18 UTC
rendered paste body
#include <stdio.h>
static const char *t[] = {"%d", "Fizz\n", "Buzz\n", "FizzBuzz\n"};
int main()
{
  unsigned int i;
  for(i = 1; i <= 100; i++) printf(t[3&19142723>>2*i%30], i);
  return 0;
}