实验一

/*this is a simple c program*/

#include <stdio.h>

int main(void)

{

    printf("hello,c program\n");

    printf("202083450046\n");

    printf("2020,i'm lucky to attend NUIST.i will try my best and be better and better.\n");

    printf("Let's go go go!");

    return 0;

}

 

posted @ 2020-10-19 00:56  阿哲来也  阅读(39)  评论(1编辑  收藏  举报