单选题

执行下方代码,输出的结果的是(    )

#include<iostream>

using namespace std;

int main(){

    int a =10;

    a =20;

    a=30;

    cout << a;

    return 0;

}

A

10

B

20

C

30

D

0

赣ICP备20007335号-2