赞
踩
- #include "stdafx.h"
- #include<iostream>
-
- int _tmain(int argc, _TCHAR* argv[])
- {
- using namespace std;
- int x;
- cout<<"x="<<(x=100)<<endl;
- cout<<"now x="<<x<<endl;
- cout<<"the expression x<3 has the value:"<<(x<3)<<endl;
- cout<<"the expression x>3 has the value:"<<(x>3)<<endl;
- system("pause");
- return 0;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。