for (auto it : s)
和
for (auto it = s.begin();it != s.cend();++it)
有显著的常数差异么?(sss 是 set)
set
编译选项:-std=c++14 -O2
-std=c++14 -O2