搜索
楼主: 李掌柜

【一天一练】【2014.5.20】【Hello World!】

[复制链接]
发表于 2015-5-9 23:34:10 | 显示全部楼层
好的回复是对人的鼓励。[mw_shl_code=c,true]#include <stdio.h>
int main()
{
       printf("**************************\nHello World!\n**************************
");
}
[/mw_shl_code]

评分

参与人数 1啊哈币 +3 收起 理由
李掌柜 + 3 淡定

查看全部评分

发表于 2015-6-22 15:44:39 | 显示全部楼层
啊哈币不够了,我要赚[mw_shl_code=c,true]#include <stdio.h>
#include <stdlib.h>
int main()
{
        printf("**************************\n");
    printf("Hello World!\n");
    printf("**************************\n");
        system("pause");
        return 0;
}
[/mw_shl_code]

评分

参与人数 1啊哈币 +5 收起 理由
李掌柜 + 5 赞一个!

查看全部评分

发表于 2015-12-2 18:57:35 | 显示全部楼层
3ewgvf
ygrgfrfefefdwef

发表于 2016-3-14 00:00:04 | 显示全部楼层
#include <stdio.h>
#include <stdlib.h>
int main()
{
        system("color fd");
    printf("********************\n   Hello World\n********************\n");
        system("pause");
        return 0;
}
发表于 2016-3-14 00:00:40 | 显示全部楼层
#include <stdio.h>
#include <stdlib.h>
int main()
{
        system("color fd");
        printf("********************\n   Hello World\n********************\n");
        system("pause");
        return 0;
}
发表于 2016-3-14 00:05:44 | 显示全部楼层
#在#include <stdio.h> #include <stdlib.h> int main() {         system("color fd");     printf("********************\n   Hello World\n********************\n");         system("pause");         return 0; }这里快速回复#
发表于 2016-3-14 00:06:10 | 显示全部楼层
#include <stdio.h> #include <stdlib.h> int main() {         system("color fd");     printf("********************\n   Hello World\n********************\n");         system("pause");         return 0; }
发表于 2016-3-14 00:06:16 | 显示全部楼层
#include <stdio.h> #include <stdlib.h> int main() {         system("color fd");     printf("********************\n   Hello World\n********************\n");         system("pause");         return 0; }
发表于 2016-7-22 17:35:52 | 显示全部楼层

已初学者的水平只能这样了啊

#include <stdio.h>
#include <stdlib.h>
int main()
{
        printf("****************\n");
    printf("Hello World\n");
    printf("****************\n");
        system("pause");
        return 0;
}
发表于 2016-7-22 17:36:05 | 显示全部楼层
这太简单了
发表于 2016-7-22 17:37:10 | 显示全部楼层
          呃
发表于 2016-9-3 10:46:44 | 显示全部楼层

#include <stdio.h>
int main (void)
{
        printf ("**************************\nHello World!\n**************************\n");
        return 0;
}
发表于 2016-9-3 12:55:51 | 显示全部楼层
begin
   writeln('**************************');
   writeln('Hello World!');
   writeln('**************************');
end.
发表于 2016-9-24 15:37:41 | 显示全部楼层
学过一段时间没坚持下来 回味下

[mw_shl_code=c,true]#include <stdio.h>
main()
{
        printf("**************************\n");
    printf("Hello World!\n");
    printf("**************************");
        getchar();
    return 0;
}[/mw_shl_code]
发表于 2016-10-5 13:15:33 | 显示全部楼层
#include <stdio.h>
#include <stdlib.h>
int main()
{
  system("color 5");
  puts("**************************\nHello World!\n**************************");
  system("pause");
  return 0;
是这样好不好,还要有颜色呢喂!!!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

广播台
特别关注
快速回复 返回顶部 返回列表