c++第二课笔记

Kinghero King of the summit 2021-09-14 18:02:08 2021-09-16 23:30:32 0

c++编程基础格式:

#inclde <iostream>

using namespace std;

int main()

{
    if (条件)

        cout<<“语句1”;
    else
        cout<<"语句2";

    return 0;

}
{{ vote && vote.total.up }}