`
solu
  • 浏览: 1531 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
#include <iostream> using namespace std; int main() { int a =19 ; int b = 21; #if a >= b int L = a ; #else int L = b ; #endif cout<<"L: "<<L<<endl; return 0; } 请问一下这段代码为什么输出为19 ?
不错的网站 www.hexdoc.com
#include <iostream> int main() { std::cout<<"get started! "<<std::endl; return 0; }
Global site tag (gtag.js) - Google Analytics