会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Eternal_kong
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2018年2月5日
C++谭浩强 课后习题 第四章函数预处理 3
摘要: #include <iostream>using namespace std;int sushu(int);int main(){ int a; cout<<"请输入一个数"; cin>>a; cout<<sushu(a)<<"是素数"<<endl; system("pause"); return
阅读全文
posted @ 2018-02-05 11:57 skylight9
阅读(116)
评论(0)
推荐(0)
2018年2月4日
C++谭浩强 课后习题 第四章函数预处理 1
摘要: #include <iostream> using namespace std; int gyx(int,int); int gbx(int,int); int main() { int a,b; cout<<"请输入2个整数"; cin>>a>>b; cout<<"最大公约数为"<<gyx(a,b
阅读全文
posted @ 2018-02-04 17:19 skylight9
阅读(145)
评论(0)
推荐(0)
上一页
1
2
公告