yu-hong-yan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2024年11月5日

摘要: 试验任务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 printf("sizeof(x)=%d\n",sizeof(x)); 9 for(i 阅读全文
posted @ 2024-11-05 18:14 於鸿艳 阅读(5) 评论(0) 推荐(0) 编辑

2024年10月25日

摘要: 实验任务1: 1 int main(){ 2 int score; 3 char grade; 4 5 while(scanf("%d",&score)!=EOF){ 6 grade=score_to_grade(score); 7 printf("分数:%d,等级:%c\n\n",score,gr 阅读全文
posted @ 2024-10-25 18:31 於鸿艳 阅读(6) 评论(0) 推荐(0) 编辑

2024年10月10日

摘要: 实验任务1: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 397 7 #define N2 476 8 #define N3 21 9 10 int main( 阅读全文
posted @ 2024-10-10 13:46 於鸿艳 阅读(5) 评论(0) 推荐(0) 编辑

2024年10月1日

摘要: https://www.cnblogs.com/yu-hong-yan 阅读全文
posted @ 2024-10-01 10:16 於鸿艳 阅读(2) 评论(0) 推荐(0) 编辑

2024年9月26日

摘要: 实验任务1: 1 #include <stdio.h> 2 int main() 3 { 4 printf(" o\n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 8 printf(" o\n"); 9 printf("<H>\n"); 10 printf( 阅读全文
posted @ 2024-09-26 22:00 於鸿艳 阅读(8) 评论(0) 推荐(0) 编辑