博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
指针变量
阅读量:5125 次
发布时间:2019-06-13

本文共 305 字,大约阅读时间需要 1 分钟。

#include
using namespace std;void compare(int a,int b){ int rand; if(a
>x>>y; compare(x,y);}

 

#include
using namespace std;int main(){ int x,y,*a,*b,*p; cin>>x>>y; a=&x; b=&y; if(x

 

 

 

转载于:https://www.cnblogs.com/sanyeai/p/8024931.html

你可能感兴趣的文章
使用客户端对象模型读取SharePoint列表数据
查看>>
POJ 1328 Radar Installation 贪心
查看>>
gulp插件gulp-ruby-sass和livereload插件
查看>>
如何提高生产力(二)、软件的开发与采购
查看>>
汉军Hundre考勤数据库数据表分析总结
查看>>
Android应用的安全的攻防之战
查看>>
django的url控制系统
查看>>
poj 1753 Flip Game
查看>>
动态规划求一个序列的最长回文子序列(Longest Palindromic Substring )
查看>>
网站公共部分的复用
查看>>
mysql 常用命令(一)
查看>>
06:月度开销
查看>>
安卓学习日记:初识Android Studio · java环境配置和AS安装
查看>>
连接hive
查看>>
GSON解析JSON
查看>>
Leetcode 279. Perfect Square
查看>>
re.compile
查看>>
Linux定时任务
查看>>
关注:Eclipse,转贴eclipse CDT的开发文章
查看>>
Pythagorean Triples 707C
查看>>