030608 in class before midteam.cpp
来自「this code is code c++. have many lesson」· C++ 代码 · 共 24 行
CPP
24 行
#include<iostream>
#include<string>
using namespace std;
int main()
{
int a=2;
int b=5;
if(a>=b/2)
cout << "True" << endl;
cout << "In the" << endl;
else
cout << "False" << endl;
cout << "Hello" <<endl;
system("PAUSE");
return 0;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?