会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
p201821440032
博客园
首页
新随笔
联系
订阅
管理
2019年4月8日
实验报告
摘要: 实验一: #include<stdio.h> int main() { int a1,a2; int sum; a1 =123; a2 = 456; sum = a1+a2; printf("sum is %d\n",sum); return 0; } 实验二: #include<stdio.h>i
阅读全文
posted @ 2019-04-08 15:15 p201821440032
阅读(57)
评论(0)
推荐(0)
2019年3月24日
心里魔术
摘要: #include<stdio.h>#include <time.h>#include<windows.h> #include<string>int main(){ int i; char c,gu; srand((unsigned)time(NULL)); c = 6; gu = rand()%6+
阅读全文
posted @ 2019-03-24 22:02 p201821440032
阅读(63)
评论(0)
推荐(0)
2019年3月11日
作业
摘要:
阅读全文
posted @ 2019-03-11 11:26 p201821440032
阅读(47)
评论(0)
推荐(0)