13377 . 单选题 Puls

关于下面程序,说法正确的是?

void show() {
    int stars = 5;
}
int main() {
    cout << stars;
    return 0;
}