#include //函数 cout输出 cin输入 // input输入 output输出 stream流 using namespace std;//标准命名空间 int main() { //int 整型 short long long long //float 浮点型 double //char 字符 //string 字符串 //cin>>n; //cout< < >= <= == != //&& || ! }