惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
Y
Y Combinator Blog
博客园 - 聂微东
Google DeepMind News
Google DeepMind News
D
Docker
罗磊的独立博客
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net
B
Blog
Vercel News
Vercel News
Recent Announcements
Recent Announcements
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Proofpoint News Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
宝玉的分享
宝玉的分享

博客园 - 易来

Linux不能上网问题 怎么都没人留下评论啊 终于完成博客大"搬"家 JAVA系列学习 虚函数的作用 某培训机构的JAVA课程安排 [转]一个高级黑客给黑客同胞们的匿名信 C++中的I/O流的相关函数 类成员的初始化问题 QQ失而复得 电影 asp连接数据库的方法(全) ASP连接数据库的5种方法 软件设计师考试 你谈恋爱的目的是什么? 五一 如何开发右脑 2006年9月8号 俞敏洪:奋斗成就新东方
简单程序--征解!
易来 · 2006-11-08 · via 博客园 - 易来

简单程序--征解!

一个很简单的程序,请大家解释下结果的原因:

#i nclude<iostream>
using namespace std;
void main()
{
  int a=5;
  cout<<a<<a--<<a;
}

大家觉得结果是多少呢?为什么?

posted on 2006-11-08 14:24  易来  阅读(420)  评论(12)    收藏  举报

刷新页面返回顶部