摘要: #include<stdio.h> #include<math.h> int main() { // 第2章 算法 // 2.1. 书p17: 求1*2*3*4*5 //int bc, c; //int ji; //for (bc = 1; bc < 5; bc++) // c = bc + 1; 阅读全文
posted @ 2021-08-19 17:00 tbbb1 阅读(60) 评论(0) 推荐(0)
摘要: 谭浩强-C语言-第一章 #include<stdio.h> int main(void) { // 1. printf("**********************\n\n"); printf(" Hello World!\n\n"); printf("**********************\n"); // 2.1 阅读全文
posted @ 2021-08-19 16:48 tbbb1 阅读(73) 评论(0) 推荐(0)