首页
新闻
博问
专区
闪存
班级
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
can0906
博客园
首页
新随笔
联系
订阅
管理
2023年3月18日
实验二
摘要: 实验任务一 源代码 #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(time(0
阅读全文
posted @ 2023-03-18 20:49 瑞00
阅读(5)
评论(0)
推荐(0)
编辑
2023年3月2日
实验一
摘要: 实验任务一 源代码 //打印垂直两个字符小人 #include <stdio.h> int main() { printf(" o \n"); printf("<h>\n"); printf("I I\n"); printf(" o \n"); printf("<h>\n"); printf("I
阅读全文
posted @ 2023-03-02 23:15 瑞00
阅读(3)
评论(0)
推荐(0)
编辑
公告