单选题

阅读程序写结果。

#include<iostream>

using namespace std;

int main() {

    int x;

    cin >>x;

    if(x>100){

        x-=10;

    }

    cout <<x;

    return 0;

}

输入: 110

输出:______

A

100

B

99

C

98

D

97

赣ICP备20007335号-2