上一页 1 ··· 11 12 13 14 15
摘要: #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char *argv 阅读全文
posted @ 2022-03-11 14:38 竹等寒 阅读(10) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> int main() { int num,i; printf("一天Jackson.W打开了电脑想学习C语言\n"); printf("突然微信来了好多条信息\n"); printf("他点开了第"); for(i = 0;i < 4;i++) { scanf( 阅读全文
posted @ 2022-03-11 14:25 竹等寒 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>//标准输入输出头文件,下面的printf打印的函数包含在这个头文件里面 int main() { printf("Hello Word!"); return 0; } var code = "93a0d000-84b1-4553-92af-38cece6958f 阅读全文
posted @ 2022-03-11 14:10 竹等寒 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15