c++编程基础格式:
#inclde <iostream> using namespace std; int main() { if (条件) cout<<“语句1”; else cout<<"语句2"; return 0; }