From 0a84896c2a38713074acfc6db4f5d4924466260c Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 14 Nov 2011 10:34:33 -0500 Subject: [PATCH] and another --- f6.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 f6.c diff --git a/f6.c b/f6.c new file mode 100644 index 0000000..9006333 --- /dev/null +++ b/f6.c @@ -0,0 +1,12 @@ +main(t){ + int y,x; + for(t=0;;t++) + { + x=t*"6689"[t>>16&3]/24&127; + y=t&16383; + if (y==0 || x==0) + continue; + + putchar((30000000000/(y)&1)*35+(x)*y/400000000+((t>>8^t>>10|1>>14|x)&63)); + } +}