会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
co0608
博客园
首页
新随笔
联系
订阅
管理
2023年4月17日
实验4
摘要: 任务1.1 #include <stdio.h> #define N 4 int main() { int a[N] = {2,0,2,3}; int b[N] = {'2','0','2','3'}; int i; printf("sizeof(int) = %d\n",sizeof(int));
阅读全文
posted @ 2023-04-17 08:29 附加题
阅读(20)
评论(0)
推荐(0)
2023年3月16日
实验2
摘要: #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-16 17:03 附加题
阅读(54)
评论(1)
推荐(0)
2023年3月2日
实验1
摘要: //打印一个字符小人 #include<stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); printf(" O \n"); printf("<H>\n"); printf("I I\n"); return
阅读全文
posted @ 2023-03-02 17:25 附加题
阅读(36)
评论(1)
推荐(0)
公告