Mary ______ be in Paris,for I saw her in the town only a few minutes ago.
A.mustn’t
B.can’t
C.shouldn’t
D.may not
正确答案是B
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/660000.html
上一篇:()是商务网站的主要存在形式。
下一篇:给定两个字符串对象S,P(P的长度小于S),实现一判断函数find,检测S是否完全包含P(串P是S的子串),若包含则返回P第一个字符在串S中的起始地址,否则返回-1。 #include<iostream. h> #include<string> class str{ string s,p; public:str(string&a,string&b){s=a;p=b;} ...find(...);
给定两个字符串对象S,P(P的长度小于S),实现一判断函数find,检测S是否完全包含P(串P是S的子串),若包含则返回P第一个字符在串S中的起始地址,否则返回-1。 #include<iostream. h> #include<string> class str{ string s,p; public:str(string&a,string&b){s=a;p=b;} ...find(...);