LeetCode笔记
leetcode第一题就被虐翻,在此记录失败历程
num.size() …nums的长度
return{i,j} …返回i,j
return{} …返回空
unordered_map<int,int> …创建哈希表
auto …自动定义
hashtable.find(number) …hashtable中number的地址
hashtable.end() …hashtable尾项的地址
it->second …it所指的东西
if(a+b==c) …if后有括号