摘要:
debug时弹出提示框:内容有:an operation is not legal in the current state 解决方案: Go to Tools > Options > Debugging > General and turn off the setting for Enable J 阅读全文
摘要:
Questioin Description: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that e 阅读全文
摘要:
题目: Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the". Given an input string, r 阅读全文