2023年9月28日
摘要: 实验二源代码 #include<stdio.h> #include<stdlib.h> #include<math.h> int main() { int a,b,c; scanf("%d%d%d",&a,&b,&c); if(a+b>c&&a+c>b&&b+c>a) printf("这三个数可以构 阅读全文
posted @ 2023-09-28 15:06 wujinyu 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 实验1_1源代码//打印小人 #include<stdio.h> #include<stdlib.h> int main() { printf(" O\n"); printf("<H>\n"); printf("I I\n"); return 0; } 实验1_1运行截图 实验1_2源代码//打印垂 阅读全文
posted @ 2023-09-28 14:50 wujinyu 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/202383290402wjy/ 阅读全文
posted @ 2023-09-28 14:32 wujinyu 阅读(16) 评论(0) 推荐(0) 编辑