摘要:
默认分割空格、tab、回车换行 include include include using namespace std; int main() { string str = "hello world sperated by spaces\tand\nhuiche"; vector arr; istr 阅读全文
摘要:
描述 实现MyCalendar类来存储您的活动。 如果新添加的活动没有重复,则可以添加。 你的类将有方法book(int start,int end)。 这代表左闭右开的间隔[start,end)有了预定,范围内的实数x,都满足start store; MyCalendar() { } bool b 阅读全文