单选题 难度 3
把上一题的 class 换成 struct。
下面代码的输出是( )。 struct S { int v = 5; }; // main: S s; s.v = 8; cout << s.v << endl;