2011年4月28日 星期四

分享

高中生程式解題系統 d483: hello, world

#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>


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

沒有留言:

張貼留言