#include<iostream>
using namespace std;
#include<string> int main()
{
//三目运算符
int a = ;
int b = ;
int c = ; c = (a > b ? a : b);
cout << "c=" << c << endl; (a > b ? a : b) = ;
cout << "a=" << a << endl;
cout << "b=" << b << endl; system("pause");
return ; }

最新文章

  1. C# 合并及拆分Word文档
  2. ios 在storyboard 和 xib中,显示自定义view的预览效果
  3. 轻量级容器Docker+微服务+RESTful API
  4. 【现代程序设计】【homework-02】【11061027】
  5. MySQL通用批量写入工具(Python)
  6. Android学习笔记__2__Android工程目录结构
  7. Java通过axis调用.NET WebService
  8. Average of Levels in Binary Tree
  9. Saltstack基础
  10. 4.4管道和中间件介绍「深入浅出ASP.NET Core系列」
  11. javax.websocket.DeploymentException: Multiple Endpoints may not be deployed to the same path [/websocket/{sid}] : existing endpoint was class com.sanyi.qibaobusiness.framework.webSocket.WebSocketServe
  12. Luogu4916 魔力环 莫比乌斯反演、组合、生成函数
  13. bzoj1563: [NOI2009]诗人小G 决策单调性(1D1D)
  14. Python接口自动化--requests 1
  15. Linux驱动技术(五) _设备阻塞/非阻塞读写【转】
  16. 查询死锁的Session SQL 语句
  17. SQL Server 数据库项目
  18. spring service事务传播
  19. CocosIDE导出Android APK的注意事项
  20. ubuntu库文件路径pkgconfig

热门文章

  1. Dockfile的详解
  2. 二十、oracle通过复合索引优化查询及不走索引的8种情况
  3. Keepalived——HA
  4. myeclipse汉化
  5. ch6 列表和导航条
  6. os期末复习
  7. array_multisort 对关联数组进行排序的问题 PHP
  8. Emergency
  9. 外网如何访问 Service?【转】
  10. HiBench成长笔记——(10) 分析源码execute_with_log.py