单选题

阅读程序写结果。

#include<iostream>

using namespace std;

int main(){

    cout << "99+1=";

    cout << 100;

    return 0;

}

输出结果:_______

A

99+1=100

B

99+1=

C

100

D

0

赣ICP备20007335号-2