3

例如,以下代码段在 B 中是否合法?

int main() {
    auto i;
    for (i = 0; i < 5; i++) {
        auto x; // Is this legal?
    }
}
4

0 回答 0