摘要: 任务1 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 printf("sizeof(x) = %d\n", sizeof(x)); 阅读全文
posted @ 2024-11-10 20:28 202483290420王璐 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 任务1 1 #include<stdio.h> 2 #include <stdio.h> 3 char score_to_grade(int score); 4 int main() { 5 int score; 6 char grade; 7 while(scanf("%d", &score) ! 阅读全文
posted @ 2024-10-24 02:39 202483290420王璐 阅读(15) 评论(0) 推荐(0) 编辑
摘要: task 1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 397 6 #define N2 476 7 #define N3 21 8 int main() { 9 阅读全文
posted @ 2024-10-11 01:05 202483290420王璐 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 任务一: task 1.1 1 #include<stdio.h> 2 int main() 3 {int i; 4 for(i=1;i<=2;i++){ 5 6 printf(" O\n"); 7 printf("<H>\n"); 8 printf("I I\n");} 9 return 0; 1 阅读全文
posted @ 2024-10-01 13:50 202483290420王璐 阅读(4) 评论(0) 推荐(0) 编辑