首页
新闻
博问
专区
闪存
班级
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
qwerty666
博客园
首页
新随笔
联系
订阅
管理
2023年3月18日
实验2
摘要: 实验任务1: 代码: #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number; int i; srand( t
阅读全文
posted @ 2023-03-18 21:24 都行吧
阅读(9)
评论(0)
推荐(0)
编辑
2023年3月3日
实验1
摘要: //实验任务1//打印一个字符小人 #include<stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); return 0; } 代码1.1: //打印一个字符小人 #include<stdio.h> in
阅读全文
posted @ 2023-03-03 11:29 都行吧
阅读(3)
评论(0)
推荐(0)
编辑
公告