会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wensongyu
博客园
首页
新随笔
联系
订阅
管理
2014年7月23日
linux C(hello world) 二维数组的练习
摘要:
阅读全文
posted @ 2014-07-23 16:25 天道酬勤,坚持!
阅读(315)
评论(0)
推荐(0)
编辑
linux C(hello world)最大公约数和最小公倍数
摘要: # include int main(void){ int x, y,temp; int r; printf("请输入两个正整数:\n"); scanf("%d %d", &num1, &num2); r = num1 % num2; temp = num2; while(r!=0) { nu...
阅读全文
posted @ 2014-07-23 14:40 天道酬勤,坚持!
阅读(506)
评论(0)
推荐(0)
编辑
linux C(hello world) 解方程
摘要:
阅读全文
posted @ 2014-07-23 11:08 天道酬勤,坚持!
阅读(238)
评论(0)
推荐(0)
编辑
linux C(hello world)三个数最大和三个数最新
摘要:
阅读全文
posted @ 2014-07-23 10:59 天道酬勤,坚持!
阅读(170)
评论(0)
推荐(0)
编辑
公告