单选题:执行以下代码后,k的值是( )。
执行以下代码后,k的值是( )。
string s="123456", t="7788";
int k=s.find(t);
A.4294967295
B.-1
C.0
D.0xfffffffe
答案:B
string s="123456", t="7788";
int k=s.find(t);
A.4294967295
B.-1
C.0
D.0xfffffffe
答案:B