My First C

#include<stdio.h>

int main() {
    printf("hello world \n");
    return 0;
}

this is my first C program. And I will use c to realize all combinatorics in this wiki page.

 

http://en.wikipedia.org/wiki/Category:Combinatorics

posted @ 2014-09-04 15:02  lewei he  阅读(126)  评论(0)    收藏  举报